History
Statement.AsyncEnable
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Statement.AsyncEnable
AsyncEnable (database statements)
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.