<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/database</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 01:52:50 GMT</pubDate>
<item>
<title>(Visual Basic) Sheets_List_From_File - lolrenx</title>
<link>http://snipplr.com/view/70373/sheetslistfromfile/</link>
<description><![CDATA[ <p>lists sheets without opening the file</p> ]]></description>
<pubDate>Wed, 13 Mar 2013 02:04:10 GMT</pubDate>
<guid>http://snipplr.com/view/70373/sheetslistfromfile/</guid>
</item>
<item>
<title>(Java) search string - azovotha</title>
<link>http://snipplr.com/view/70304/search-string/</link>
<description><![CDATA[ <p>search a string inside the database an post the results into a ListView</p> ]]></description>
<pubDate>Thu, 07 Mar 2013 04:55:54 GMT</pubDate>
<guid>http://snipplr.com/view/70304/search-string/</guid>
</item>
<item>
<title>(Java) Basic Database in Java. Updated Version - eiger824</title>
<link>http://snipplr.com/view/69567/basic-database-in-java-updated-version/</link>
<description><![CDATA[ <p>A basic database made in Java. It resembles a mobile phone contacts activity in which user is prompted to introduce some data of new contacts.</p> ]]></description>
<pubDate>Mon, 21 Jan 2013 21:23:58 GMT</pubDate>
<guid>http://snipplr.com/view/69567/basic-database-in-java-updated-version/</guid>
</item>
<item>
<title>(MySQL) What MySQL Table Has What Column - philsown</title>
<link>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</link>
<description><![CDATA[ <p>How to find a given column in a given database in MySQL</p> ]]></description>
<pubDate>Fri, 16 Nov 2012 00:50:08 GMT</pubDate>
<guid>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</guid>
</item>
<item>
<title>(C#) DataBase Coonection Class - rodrigoallves</title>
<link>http://snipplr.com/view/68262/database-coonection-class/</link>
<description><![CDATA[ <p>Simple Class Connection for use in C# Code.

Methods:

- ReturnDataTable(string strQueryCommand)

- ReturnDataSet(string strQueryCommand)
 
- ExecuteQuery(string strQueryCommand)

- ReturnDataReader(string strQueryCommand)</p> ]]></description>
<pubDate>Sun, 11 Nov 2012 08:23:52 GMT</pubDate>
<guid>http://snipplr.com/view/68262/database-coonection-class/</guid>
</item>
<item>
<title>(SQL) Oracle Database Version - geekzspot</title>
<link>http://snipplr.com/view/67875/oracle-database-version/</link>
<description><![CDATA[ <p>If you do not have access to the v$ Tables then you can use SQL Developer:
SQL Developer > View > Reports > Data Dictionary Reports > About Your Database > Version Banner</p> ]]></description>
<pubDate>Tue, 23 Oct 2012 07:14:34 GMT</pubDate>
<guid>http://snipplr.com/view/67875/oracle-database-version/</guid>
</item>
<item>
<title>(MySQL) MySQL - Simulate MySQL Queries - satie83</title>
<link>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</link>
<description><![CDATA[ <p>You could start a transaction before running your queries and then rollback after running them. Note that to do this you'll require InnoDB or XtraDb tables (won't work on MyISAM).</p> ]]></description>
<pubDate>Thu, 20 Sep 2012 20:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</guid>
</item>
<item>
<title>(Python) Async Twisted Db Pipeline - scrapy</title>
<link>http://snipplr.com/view/66989/async-twisted-db-pipeline/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Sep 2012 07:15:00 GMT</pubDate>
<guid>http://snipplr.com/view/66989/async-twisted-db-pipeline/</guid>
</item>
<item>
<title>(PHP) Check Database Connection Details - CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</link>
<description><![CDATA[ <p>Quick and easy way to check database connection details for installer controllers.</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 12:39:28 GMT</pubDate>
<guid>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</guid>
</item>
<item>
<title>(PHP) db2 connect and query - zombree</title>
<link>http://snipplr.com/view/64895/db2-connect-and-query/</link>
<description><![CDATA[ <p>Connect to and query a db2 database using php.</p> ]]></description>
<pubDate>Thu, 17 May 2012 01:52:16 GMT</pubDate>
<guid>http://snipplr.com/view/64895/db2-connect-and-query/</guid>
</item>
<item>
<title>(PHP) Select to MySQL database - paul0078</title>
<link>http://snipplr.com/view/64588/select-to-mysql-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:16:34 GMT</pubDate>
<guid>http://snipplr.com/view/64588/select-to-mysql-database/</guid>
</item>
<item>
<title>(PHP) Connect to mySQL - paul0078</title>
<link>http://snipplr.com/view/64592/connect-to-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:16:34 GMT</pubDate>
<guid>http://snipplr.com/view/64592/connect-to-mysql/</guid>
</item>
<item>
<title>(PHP) Run MySQL query - paul0078</title>
<link>http://snipplr.com/view/64593/run-mysql-query/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:16:34 GMT</pubDate>
<guid>http://snipplr.com/view/64593/run-mysql-query/</guid>
</item>
<item>
<title>(PHP) UTF8 Database fix - sjasliek</title>
<link>http://snipplr.com/view/64538/utf8-database-fix/</link>
<description><![CDATA[ <p>Author: J. van Hemert  
Fixes encoding when utf-8-encoded data 
is stored in tables with other (e.g.    
 latin_swedish_ci) encoding.            
Will convert all columns in all tables 
 to utf8_general_ci.</p> ]]></description>
<pubDate>Fri, 13 Apr 2012 19:47:53 GMT</pubDate>
<guid>http://snipplr.com/view/64538/utf8-database-fix/</guid>
</item>
<item>
<title>(Java) Start H2 In Memory Database - jerryvig</title>
<link>http://snipplr.com/view/63701/start-h2-in-memory-database/</link>
<description><![CDATA[ <p>This Java program is used to start an H2 in memory (RAM) database (http://www.h2database.com) and start a tcp server so that other processes can read and write data to the in memory database through a TCP connection.</p> ]]></description>
<pubDate>Sat, 03 Mar 2012 20:16:54 GMT</pubDate>
<guid>http://snipplr.com/view/63701/start-h2-in-memory-database/</guid>
</item>
<item>
<title>(PHP) Joomla 1.5 Database Query - batandwacolani</title>
<link>http://snipplr.com/view/62813/joomla-15-database-query/</link>
<description><![CDATA[ <p>Querying the database in Joomla 1.5</p> ]]></description>
<pubDate>Fri, 27 Jan 2012 20:17:48 GMT</pubDate>
<guid>http://snipplr.com/view/62813/joomla-15-database-query/</guid>
</item>
<item>
<title>(Bash) Empty a database table - ModServ</title>
<link>http://snipplr.com/view/62712/empty-a-database-table/</link>
<description><![CDATA[ <p>A bash command to empty a database table.</p> ]]></description>
<pubDate>Mon, 23 Jan 2012 12:16:05 GMT</pubDate>
<guid>http://snipplr.com/view/62712/empty-a-database-table/</guid>
</item>
<item>
<title>(MySQL) US &amp;amp; CANADA Cities Database - frederichoule</title>
<link>http://snipplr.com/view/60075/us--canada-cities-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Oct 2011 12:36:31 GMT</pubDate>
<guid>http://snipplr.com/view/60075/us--canada-cities-database/</guid>
</item>
<item>
<title>(MySQL) wordpress - MYSQL - Assign all articles from one author to another - krembo99</title>
<link>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Oct 2011 13:12:52 GMT</pubDate>
<guid>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</guid>
</item>
<item>
<title>(PHP) Convert all HTML entities in database to actual characters - f6design</title>
<link>http://snipplr.com/view/59594/convert-all-html-entities-in-database-to-actual-characters/</link>
<description><![CDATA[ <p>Sometimes a legacy database will have HTML entities stored in it.

This function converts them. Note that this function assumes you have a database abstraction layer, and may need to be modified to connect to YOUR database.</p> ]]></description>
<pubDate>Mon, 10 Oct 2011 17:06:51 GMT</pubDate>
<guid>http://snipplr.com/view/59594/convert-all-html-entities-in-database-to-actual-characters/</guid>
</item>
</channel>
</rss>