SQLSetCursorName function

Sets the name of a cursor associated with a SQL statement, for UltraLite ODBC.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLSetCursorName (
SQLHSTMT StatementHandle,
SQLTCHAR * CursorName,
SQLSMALLINT NameLength );
Parameters
  • StatementHandle   A statement handle.

  • CursorName   A pointer to a buffer holding the cursor name.

  • NameLength   The length of *CursorName.

See also