Re: [PHP-DEV] ODBC Prepare

2003-02-11 Thread Adam Voigt
Apologies if this was on the wrong list, since the problem was what I thought was an un-implented feature of the library in PHP's source, I assumed I should ask the PHP developer's. I assumed it was un-implemented because I saw no reference to this ability on the manual page for ODBC or O

Re: [PHP-DEV] ODBC Prepare

2003-02-10 Thread Dan Kalowsky
This is really a support question and is being asked on the wrong list. But in light of that... PHP's odbc_prepare function should work with the '?' option. It really isn't the one deciding this though, as it's more your ODBC Driver. As far as PEAR is concerned, I have little insight into tha

[PHP-DEV] ODBC Prepare

2003-02-10 Thread Adam Voigt
According to a manual I found on the web for call's to "SQLPrepare" (referenced in ext/odbc/php_odbc.c) you can implant "?" in place of variables for statement execution. PearDB makes reference to this on: http://pear.php.net/manual/en/core.db.tut_execute.php So my question is, is PHP's ODBC prog