I am trying to run a stored proceedure on SQL 6,5 form VB6 with ADO, due to the size of the process the last one took 4 days, i would like to free up the VB app so that it can show the user things are still happining.
I have acheived most of this with the use of adAsyncExecute but what i am struggling with is how to pick up a response back from the stored procedure that it has finished.
I have tried using the code form MSPress Programming Visual Basic (Francesco Balena) but his ideas for the cn_WillExecute function fail on the explanation of the parameters required and how to run them.
Any other ideas or explanations appreciated.
Regards Dave
I can
Dave
dab@completebs.com
See website for more info but we can develop most things for most people.
I have acheived most of this with the use of adAsyncExecute but what i am struggling with is how to pick up a response back from the stored procedure that it has finished.
I have tried using the code form MSPress Programming Visual Basic (Francesco Balena) but his ideas for the cn_WillExecute function fail on the explanation of the parameters required and how to run them.
Any other ideas or explanations appreciated.
Regards Dave
I can
Dave
dab@completebs.com
See website for more info but we can develop most things for most people.