Async fetch of a dataset



I'm actually using TsaBetterADODataSet, and I'm trying to do an asynchrouous
fetch of data using an Execute option of eoAsyncFetchNonBlocking. I'm using
a CommandType of cmdText. I'm trying to use the events FetchComplete, and
FetchProgress, but they never get called. I've also set InitialFetchSize to
0 to
make sure they get called even for a small data set. I've set breakpoints
in them, and the breakpoints never get called. This is under Delphi 7. Any
help would be appreciated.

-- Larry Maturo


.