SQLGetCursorName
Full Description
swirl
Syntax
  define external counter function SQLGetCursorName
     (  read-only SQL_handle_type StatementHandle,
        modifiable stream CursorName,
        value counter BufferLength,
        modifiable counter NameLength )


Purpose

Returns the cursor name associated with a specified statement.

Input arguments:

  • StatementHandle.
  • BufferLength. The maximum length of CursorName.

Output arguments:

  • CursorName. The cursor name.
  • NameLength. The returned length of CursorName.

Copyright © OmniMark Technologies Corporation, 1988-1998.