jtseltmann
Programmer
I have a bunch of stored procedures that I call from my vb6 app and they work great. The problem is that some new ones may be very long. Is there a way to open the connection, call the proc using ado and then finish and let the proc run in the background? I'm not finding much at all when I google it and search.
Any input would be greatly appreciated. I thought I could use an cmd.Execute,,AdAsyncExecute but as soon as my sub exits the proc seemingly stops working. IT works great when I remove out the AdAsyncExecute and just run it and wait.
Thanks all
Any input would be greatly appreciated. I thought I could use an cmd.Execute,,AdAsyncExecute but as soon as my sub exits the proc seemingly stops working. IT works great when I remove out the AdAsyncExecute and just run it and wait.
Thanks all