[This is preliminary documentation and subject to change.]
By default, the adapter operates in synchronous mode. That is, the adapter does not return control to a client application until the function call completes.
However, the adapter also supports asynchronous operation. In ODBC, asynchronous processing is performed on a statement-by-statement basis.
Note The ODBC adapter is a Common Information Model (CIM) client. Therefore, it has limited control over the duration of synchronous CIM calls, and this duration can be substantial. Applications may have to spawn a thread to implement ODBC functionality. This is especially true for all ODBC client applications designated for use with diverse ODBC data sources.