mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5b75da9c4c
commit
d64b233b45
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue