[PHP-DB] What's the number scheme for 'colno' for Select call in PDO driver

2009-09-11 Thread Sanjeev Kumar
Hi, In the implemetation of Pdo-driver (extension) , what's the Sequence/Index scheme for parameter: 'colno' ? This param 'colno' is input in driver calls (of PDO statement) : int SKEL_stmt_describe_col(pdo_stmt_t *stmt, int colno TSRMLS_DC) int SKEL_stmt_get_col_data(pdo_stmt_t *stmt, int

[PHP-DB] Invalid library (maybe not a PHP library) : Error while loading pdo-ext.

2009-08-31 Thread Sanjeev Kumar
that of php_pdo_sqlite.dll Please let me know, where could be the potential problem. thanks, -sanjeev kumar

[PHP-DB] newbie : For windows-target of PDO-DB-driver, CrossCompile or native-compile?

2009-08-28 Thread Sanjeev Kumar
the target windows DLL (PDO extension). or 2) should I take PHP-src on Linux platform and use GNU Cross-compiler to generate DLL. Then transfer the DLL to the target-windowsVista PHP env. thanks, -sanjeev kumar