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 programming just not setup to handle this (and is Pear doing this manually with PHP) or am I mis-understanding the way the library works in PHP? Thanks, Adam Voigt [EMAIL PROTECTED]