Sets the name of a cursor associated with a SQL statement, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLSetCursorName (
SQLHSTMT StatementHandle,
SQLTCHAR * CursorName,
SQLSMALLINT NameLength );
StatementHandle A statement handle.
CursorName A pointer to a buffer holding the cursor name.
NameLength The length of *CursorName.