typos....

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2001-12-18 20:59:12 +00:00
parent 16b8e8cef7
commit 5b75da9c4c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
@ -486,13 +486,14 @@
</funcprototype>
</funcsynopsis>
<para>
When sending more than one SQL statement to the server or executing a stored procedure
with multiple results will cause the server to return multiple result sets.
This function will test for additional results available form the server. if an
additional result set exists it will free the existing result set and prepare to
fetch the wors from the new result set.
The function will return &true; if an additional result set was
available or &false; othervise.
When sending more than one SQL statement to the server or
executing a stored procedure with multiple results, it will cause
the server to return multiple result sets. This function will
test for additional results available form the server. If an
additional result set exists it will free the existing result set
and prepare to fetch the words from the new result set. The
function will return &true; if an additional result set was
available or &false; otherwise.
</para>
<example>
<title><function>mssql_next_result</function> example</title>