|        | |||||
|  | |||||
| function | SQLGetCursorName | ||||
| Sample Code | Related Syntax | Other Library Functions | 
| Library: ODBC Include: omodbc.xin | Returns: Numeric An SQL return code. The following values may be returned: 
 | 
  define external counter function SQLGetCursorName
     (  read-only SQL_handle_type StatementHandle,
        modifiable stream CursorName,
        value counter BufferLength,
        modifiable counter NameLength )
Returns the cursor name associated with a specified statement.
Input arguments:
Output arguments:
| ---- |