Re: [PHP-DEV] Stored procedure error propagation from MSSQL to PDO

2009-06-14 Thread Wez Furlong
Use PDO_ODBC and make sure you are running with the most recent version of FreeTDS and its ODBC driver. --Wez. On Mon, May 4, 2009 at 2:27 PM, Massimiliano Cavicchioli wrote: >  Hi all, > I could not work out a way to make an error occurred on a stored procedure on > on MSSQL server (2005) propag

[PHP-DEV] Stored procedure error propagation from MSSQL to PDO

2009-05-05 Thread Massimiliano Cavicchioli
Hi all, I could not work out a way to make an error occurred on a stored procedure on on MSSQL server (2005) propagate back into PHP using PDO and PDOStatement. My setup is the following: PHP 5.2.9 / PDO_DBLIB running on a CentOS 5.3 machine executing the most simple stored procedure on a MSSQL