How do I turn off asynchronous calls to the data handler?

M

Mark A Whitworth

I am using an ODBC compliant data driver that does not allow asynchronous
communications. It issues this error:

SQLSetStmtOption -
SQL_ASYNC_ENABLE not supported (1).
 
Top