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.
setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$stmt = $db->prepare("select name from his_cust_mst where mrn = ?");
$stmt->bindValue(1,
Hi James,
From distant memory on 9i, all the software was in the one bundle. When
you run the installer you can choose either client or server installs.
There was no Instant Client with 9i. It was a new feature with 10g.
Try using Zend Core for Oracle - it's the simplest way to install.
You do