RE: [PHP-WIN] [PHP-DB] mssql_next_result and stored procedures

2002-12-10 Thread Gene Dymarskiy
, December 10, 2002 6:52 AM To: Gene Dymarskiy; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] [PHP-DB] mssql_next_result and stored procedures > It appears that mssql_next_result does not work with stored procedures. > > I was able to use the function with PHP side queries. > However when a

RE: [PHP-WIN] [PHP-DB] mssql_next_result and stored procedures

2002-12-10 Thread Svensson, B.A.T. (HKG)
Errata: > wit a varchar typically 2000 byte or so.) But if you need to return > row types in each result set, then you need to specify a protocol to "But if you need to return different row types in each result set" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

RE: [PHP-WIN] [PHP-DB] mssql_next_result and stored procedures

2002-12-10 Thread Svensson, B.A.T. (HKG)
> It appears that mssql_next_result does not work with stored procedures. > > I was able to use the function with PHP side queries. > However when a stored proc returns multiple result sets I am able > to grab only first set and get the following warning: > > Warning: mssql_execute: multiple rec