| SQLExecDirect Full Description |   | 
| 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: 
 |