Async Command Execution -
07-09-2003
, 02:57 AM
Hi,
I'm having problems with asynchronous command execution.
I'm writing c++ code (OLEDB for OLAP) and using Shiloh SP3.
1. Abort works only if called right after the
execution. Otherwise it seems to be ignored.
2. The IDBAsynchStatus interface can't be QI to
IConnectionPointContainer, so I can't get IDBAsynchNotify.
Thanks,
Daniel |