<?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>Édson Kuzniewski WeBlog ;) &#187; ADODB</title>
	<atom:link href="http://www.edsonk.com.br/blog/categoria/adodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edsonk.com.br/blog</link>
	<description></description>
	<lastBuildDate>Sat, 13 Feb 2010 12:50:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Criando um arquivo de conexão usando a biblioteca ADODB &#8220;libdba.php&#8221;</title>
		<link>http://www.edsonk.com.br/blog/2008/03/15/criando-um-arquivo-de-conexao-usando-a-biblioteca-adodb-libdbaphp/</link>
		<comments>http://www.edsonk.com.br/blog/2008/03/15/criando-um-arquivo-de-conexao-usando-a-biblioteca-adodb-libdbaphp/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 21:13:20 +0000</pubDate>
		<dc:creator>Édson Kuzniewski (Br0w)</dc:creator>
				<category><![CDATA[ADODB]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edsonk.com/blog/?p=18</guid>
		<description><![CDATA[Arquivo libdba.php &#60;?php /** * * @author Édson Kuzniewski (Br0w) * @date 15/03/2008 * @file libdba.php */ function conectaDB($servidor, $banco, $usuario, $senha, $persistente, $debug){ // include the ADODB library include('./adodb/adodb.inc.php'); // create an object instance $db = &#38;ADONewConnection('mysqlt'); //tipo de banco de dados. // configure database behaviour if($debug == "false"){ $db-&#62;debug = false; }else{ $db-&#62;debug [...]]]></description>
		<wfw:commentRss>http://www.edsonk.com.br/blog/2008/03/15/criando-um-arquivo-de-conexao-usando-a-biblioteca-adodb-libdbaphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
