Re: [PHP-DB] execut MS SQL stored proc

2004-07-16 Thread Robert Twitty
Hi Damien IMHO you should use the odbtp extension to connect to SQL Server databases, especially on a Win32 platform. The Win32 version of the mssql ext uses DB-Library. This library is obsolete, unsupported by MS, and does not completely support SQL Server databases beyond version 6.5. Also, bec

[PHP-DB] execut MS SQL stored proc

2004-07-15 Thread Damien Babilon
Hi All, To resolve my last prolem, I've switched of server, I'm now on a WIN2000 ox with PHP 4.8 and Apache 1.3, thanks for your reply Now I try to execute a Stored procedure on a mssql box. The connection is ok, ut I can't get the results. The stored procedure did'n return a recordset, it r

[PHP-DB] execut MS SQL stored proc

2004-07-15 Thread Damien Babilon
Hi All, To resolve my last prolem, I've switched of server, I'm now on a WIN2000 ox with PHP 4.8 and Apache 1.3, thanks for your reply Now I try to execute a Stored procedure on a mssql box. The connection is ok, ut I can't get the results. The stored procedure did'n return a recordset, it r