|
|||||
function | SQLSetCursorName |
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 SQLSetCursorName ( read-only SQL_handle_type StatementHandle, value stream CursorName, value counter 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:
---- |