Hi,
I'm trying to find out how to monitor the progress of a long (several hours at worst) INSERT query.
The (Test) Query
INSERT INTO TEST (bob) SELECT CaseID FROM Cases
The problem
Command.Execute( , , adAyncExcexute)
The VB thread continues fine, but the FetchProgress event does not fire. Probably because this is not fetch...
Does anybody know how you can monitor this?
Thanks!
James.
I'm trying to find out how to monitor the progress of a long (several hours at worst) INSERT query.
The (Test) Query
INSERT INTO TEST (bob) SELECT CaseID FROM Cases
The problem
Command.Execute( , , adAyncExcexute)
The VB thread continues fine, but the FetchProgress event does not fire. Probably because this is not fetch...
Does anybody know how you can monitor this?
Thanks!
James.