SQLPrepare
Full Description
swirl
Syntax
  define external counter function SQLPrepare
     (  read-only SQL_handle_type StatementHandle,
        value stream StatementText,
        value counter TextLength )


Purpose

Prepares an SQL string for execution.

Input arguments:

  • StatementHandle.
  • StatementText. The SQL statement to be executed.
  • TextLength. The length of StatementText.

Copyright © OmniMark Technologies Corporation, 1988-1998.