Would like to rephrase my question. I would like my VB App to call an sql server stored procedure then wait until the stored procedure is done before my application continue... is it possible, pls tell me how? TIA again.
That is the default behavior when you call a stored procedure. The only way to do it differently is to use asynchronous ADO calls, which is something I've never felt obligated to use.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.