Re: [PHP-DB] My first try with PHP and Oracle ..

2006-11-22 Thread Chris
Matthias Bareuther wrote: Hello everybody, I'd like to connect to OracleDB using AdoDB. Here's my sourcecode so far : ?php error_reporting(E_ALL); include '/srv/www/htdocs/adodb/adodb.inc.php'; $conn = ADONewConnection('oracle'); $conn-debug = true; $conn-PConnect($host,$user, $pass,

Re: [PHP-DB] My first try with PHP and Oracle ..

2006-11-22 Thread Christopher Jones
Matthias Bareuther wrote: Hello everybody, I'd like to connect to OracleDB using AdoDB. Here's my sourcecode so far : ?php error_reporting(E_ALL); include '/srv/www/htdocs/adodb/adodb.inc.php'; $conn = ADONewConnection('oracle'); $conn-debug = true; $conn-PConnect($host,$user, $pass,