sorry, only guessing: wors -> rows rather than wors -> words?

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65634 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2001-12-18 21:11:55 +00:00
parent 5b75da9c4c
commit d64b233b45

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
@ -491,7 +491,7 @@
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
and prepare to fetch the rows from the new result set. The
function will return &true; if an additional result set was
available or &false; otherwise.
</para>