User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLSetCursorName Function
ODBC - SQLSetCursorName | |
---|---|
Syntax | SQLRETURN SQLSetCursorName( SQLHSTMT StatementHandle, SQLCHAR* CursorName, SQLSMALLINT NameLength); |
Description | Associates a cursor name with an active statement. If an application does not call SQLSetCursorName, the driver generates cursor names as needed for SQL statement processing. |
Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE |