SQLGetCursorName (ODBC)

If the application does not specify a cursor name, the Microsoft® SQL Server™ ODBC driver generates one for the application up on cursor generation. The application can use SQLGetCursorName to retrieve the driver-defined cursor name for positioned UPDATE and DELETE statements. The application doesn’t need to call SQLSetCursorName to take advantage of positioned data manipulation statements.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.