|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLSetCursorName |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: Integer Returns: An SQL return code. The following values may be returned:
|
define external integer function SQLSetCursorName
( read-only SQL_handle_type StatementHandle,
value stream CursorName,
value integer NameLength )
Associates a cursor name with an active statement. If an application does not call SQLSetCursorName, the driver generates cursor names, as needed, for SQL statement processing.
Input arguments:
| ---- |