INF: SqlCursorClose Documentation Incorrect

Last reviewed: April 28, 1997
Article ID: Q88692

The information in this article applies to:
  • Microsoft SQL Server Programmer's Toolkit, version 4.2

SUMMARY

If you use the SqlCursorClose function on a SQLCONN% connection, the Visual Basic application (SQL Server client application) may do one of the following: stop working altogether, cause a general protection fault (GP fault), or behave abnormally.

MORE INFORMATION

The SqlCursorClose documentation on page 129 of the "Programmer's Reference for Visual Basic" incorrectly states:

   Closing a SQLCONN% connection with SqlCursorClose automatically
   closes all the cursors associated with it.

Do not use SqlCursorClose on a SQLCONN% connection. The SqlClose documentation should state:

   Closing a SQLCONN% connection with SqlClose automatically closes
   all the cursors associated with it.


Additional query words: Functions DB-Lib dblib prtk
Keywords : kbprg SSrvDB_Lib
Version : 4.2 | 4.2 | 4.2
Platform : MS-DOS OS/2 WINDOWS
Issue type : kbdocerr


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.