|
|||||
function | SQLExecDirect |
Sample Code | Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLExecDirect ( read-only SQL_handle_type StatementHandle, value stream StatementText, value counter TextLength )
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:
---- |