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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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).
 
Back
Top