Purpose
Returns or assigns an integer value indicating the ODBC asynchronicity of a statement.
Syntax
DBStatement.AsyncEnable [= Constant]
Constant |
Possible values: |
|
SQL_ASYNC_ENABLE_OFF |
Off. The statement will process synchronously. This is the default. |
|
SQL_ASYNC_ENABLE_ON |
On. |
|
SQL_ASYNC_ENABLE_DEFAULT |
Off. |
|