<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>One Kind Of Life &#187; adodb</title>
	<atom:link href="http://www.doutdex.com/blog/tag/adodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adodb PHP simple access to MySql &#8211; Oracle &#8211; Interbase</title>
		<link>http://www.doutdex.com/blog/2009/07/29/adodb-php-simple-access-to-mysql-oracle-interbase/</link>
		<comments>http://www.doutdex.com/blog/2009/07/29/adodb-php-simple-access-to-mysql-oracle-interbase/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:48:24 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/2009/07/29/adodb-php-simple-access-to-mysql-oracle-interbase/</guid>
		<description><![CDATA[PHP&#8217;s database access functions are not standardised. This creates a need for a database class library to hide the differences between the different databases (encapsulate the differences) so we can easily switch databases. Requires PHP4. Based on the best ideas of PEAR, phpdb and Microsoft&#8217;s ADO. MySQL Usage: include&#40;'adodb.inc.php'&#41;; ADOLoadCode&#40;'mysql'&#41;; $conn = &#38;amp;ADONewConnection&#40;&#41;; $conn-&#38;gt;PConnect&#40;'localhost','userid','password','database'&#41;; $rs [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/07/29/adodb-php-simple-access-to-mysql-oracle-interbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

