]> granicus.if.org Git - php/commit
Adding a new function mssql_next_result() allowing the query to return more than...
authorFrank M. Kromann <fmk@php.net>
Fri, 9 Mar 2001 23:37:56 +0000 (23:37 +0000)
committerFrank M. Kromann <fmk@php.net>
Fri, 9 Mar 2001 23:37:56 +0000 (23:37 +0000)
commit4230bdd3ed6e6d86025a2af26ead33a814c65a2f
treefa2e23e21db95d40d757e7c26e18b5137eb4fa65
parent8d677828b9e1502addd2c02d76b5f87c495ec531
Adding a new function mssql_next_result() allowing the query to return more than one result.
This can be done with a stored procedure or by sending more than one select to the server.
ext/mssql/php_mssql.c
ext/mssql/php_mssql.h