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


Purpose

Executes a "preparable" statement using the current values of the parameter marker variables, if any exist in the statement. This function is the fastest way to submit an SQL statement for one-time execution.

Input arguments:

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

Copyright © OmniMark Technologies Corporation, 1988-1998.