|        | |||||
|  | |||||
| function | SQLExecute | ||||
| 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 SQLExecute
     (  read-only SQL_handle_type StatementHandle  )
Executes a prepared statement using the current values of the parameter marker variables, if any parameter markers exist in the statement.
Input argument:
| ---- |