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

2009-09-11 Thread Christopher Jones
Sanjeev Kumar wrote: > 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_st

[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 co