<?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, 14 Jul 2010 20:02:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=5393</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(&#8216;adodb.inc.php&#8217;); ADOLoadCode(&#8216;mysql&#8217;); $conn = &#038;ADONewConnection(); $conn->PConnect(&#8216;localhost&#8217;,'userid&#8217;,'password&#8217;,'database&#8217;); $rs [...]


Related posts:<ol><li><a href='http://www.doutdex.com/blog/2007/07/15/conflicto-puerto-8080-oracle-xe-10-problem-with-port-8080-oracle-10g-listener-port-8080-conflict/' rel='bookmark' title='Permanent Link: Conflicto puerto 8080 Oracle XE 10 (problem with port 8080) &#8211; Oracle 10g Listener port 8080 conflict'>Conflicto puerto 8080 Oracle XE 10 (problem with port 8080) &#8211; Oracle 10g Listener port 8080 conflict</a></li>
<li><a href='http://www.doutdex.com/blog/2007/10/29/conexion-a-mysql-desde-php-insertar-eliminar/' rel='bookmark' title='Permanent Link: Conexión a mysql desde PHP, buscar'>Conexión a mysql desde PHP, buscar</a></li>
<li><a href='http://www.doutdex.com/blog/2007/10/16/mini-tutorial-mysql/' rel='bookmark' title='Permanent Link: Mini tutorial comandos Mysql'>Mini tutorial comandos Mysql</a></li>
<li><a href='http://www.doutdex.com/blog/2009/07/12/timestamp-en-php-y-mysql/' rel='bookmark' title='Permanent Link: Timestamp en php y mysql'>Timestamp en php y mysql</a></li>
<li><a href='http://www.doutdex.com/blog/2008/05/15/funcion-para-importar-archivo-parser-a-from-csv-a-variable-php/' rel='bookmark' title='Permanent Link: Función para Importar archivo (parser) a (from) CSV a variable PHP'>Función para Importar archivo (parser) a (from) CSV a variable PHP</a></li>
</ol>]]></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>
