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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |