Returns the name associated with a cursor for a specified statement, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLGetCursorName ( SQLHSTMT StatementHandle, SQLTCHAR * CursorName, SQLSMALLINT BufferLength, SQLSMALLINT * NameLength );
StatementHandle A statement handle.
CursorName A pointer to a buffer in which to return the name of the cursor associated with StatementHandle.
BufferLength The length of *CursorName.
NameLength A pointer to memory in which to return the total number of bytes (excluding the null-termination character) available to return in *CursorName.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |