Syntax
define external counter function SQLSetCursorName
( read-only SQL_handle_type StatementHandle,
value stream CursorName,
value counter NameLength )
Purpose
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:
- StatementHandle.
- CursorName. For efficient processing, the cursor name should not include any leading or trailing spaces and, if the name includes a delimited identifier, the delimiter should be positioned as the first character in the name.
- NameLength. The length of cursor name.
|