Hello,
On Loading my PDO-interface based driver, PHP gives the error:
"PHP: Startup: Invalid library (maybe not a PHP library) 'php_pdo_xyz.dll in
unknow on line 0 "
I wrote a PDO-based driver, modelling the code on lines of SQLite driver.
Compiled my driver as Dll , added the extension to php.
At the beginning of the code add following lines
error_reporting(E_ALL);
ini_set('display_error',1);
On Sat, Aug 29, 2009 at 8:28 AM, Keith Davis wrote:
> But how are you getting the data from the db?
>
> Does $rowqry represent a call using the mysql_fetch_array() function?
>
>
> Sent from my ma