[PHP-DB] PDO_ODBC/MSSQL with prepared statements

2006-02-13 Thread Travis Raybold
i'm using PHP 5.1.2 (with IIS6, which is a long story), and trying to manipulate a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. but when i start executing prepared statements i run into problems. has anyone successfully used multiple

Re: [PHP-DB] PDO_ODBC/MSSQL with prepared statements

2006-02-13 Thread Travis Raybold
apparently the first problem is a known bug in 5.1.1 and 5.1.2. http://bugs.php.net/bug.php?id=35671edit=1 the second one i can't explain yet. the syntax is correct from the best i can determine from what little documentation is out there. has anyone successfully implemented this with