Re: [PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
looks like this is a bug with 5.1.1 and 5.1.2, but works with 5.1.0. http://bugs.php.net/bug.php?id=35671 --trabis Travis Raybold wrote: i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. b

[PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
i'm using PHP 5.1.2, and trying to manipulatre 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 parameter prepared statements with