Purpose
Execute an SQL statement
Parameters
cQuery | A string that is an SQL statement. |
lOptions | (Optional) A constant or combination of constants that determines the data integrity characteristics of the query |
Returns
NIL
Settings
Constant | Description |
DbRunAsync | Executes the query asynchronously |
DbExecDirect | Executes the statement without first calling SQLPrepare ODBC API function |
Class
Example