Visual C++ 6, ODBC connect to MSACCESS database, and SQLExecDirect

From: Bert Medley (bert.medley_at_logicacmg.com)
Date: 09/28/04


Date: 28 Sep 2004 12:37:16 -0700

When executing SQLExecDirect with a sql statement that might delete or
update 20 records or more, I sometimes find it necessary to
sleep(1000). Even then I am not assured that the operation completed.
 Is there a way to tell if SQLExecDirect has completed all
oprerations?

I am not specifying asynchronous I/O and the call returns SQL_SUCCESS.