INF: SqlCursorClose Documentation IncorrectLast reviewed: April 28, 1997Article ID: Q88692 |
The information in this article applies to:
SUMMARYIf 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 INFORMATIONThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |