Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.08 KB

File metadata and controls

22 lines (19 loc) · 1.08 KB
title SQLGetCursorName
description SQLGetCursorName
author markingmyname
ms.author maghan
ms.date 03/14/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
SQLGetCursorName function
apitype DLLExport

SQLGetCursorName

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

If the application does not specify a cursor name, the [!INCLUDEssNoVersion] Native Client ODBC driver generates one for the application upon cursor generation. The application can use SQLGetCursorName to retrieve the driver-defined cursor name for positioned UPDATE and DELETE statements. The application does not need to call SQLSetCursorName to take advantage of positioned data manipulation statements.

See Also

SQLGetCursorName Function
ODBC API Implementation Details