[PHP-DB] Apache 2.2 + PHP5.2 + php_oci8.dll

2006-12-22 Thread james tanhs
Sorry, I posted into the php-general newsgroup earlier. Hi, I saw numerous posting on this type of posting and no one seems to have a consistent solution to it. Lately, I am quite disapointed with the pain of going thru this configuration and testing. I need to access the oracle 8i server db

Re: [PHP-DB] Apache 2.2 + PHP5.2 + php_oci8.dll

2006-12-28 Thread james tanhs
page. Follow the Oracle9i link beneath Previous database releases on http://www.oracle.com/technology/software/products/database/oracle10g/index.html Chris james tanhs wrote: Sorry, I posted into the php-general newsgroup earlier. Hi, I saw numerous posting on this type of posting and no one

[PHP-DB] pdo_odbc and odbc

2006-12-29 Thread james tanhs
Hi, I m running on : client: XP + Apache2.2+Php5.2 ( enabled pdo, pdo_odbc, Merant) server: oracle8i Are there anyone having the same problem ? Thanks. ?php // option 1 $db = new PDO('odbc:his', 'his', 'passwd'); $db-setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $stmt =