Hi all,
In my VB app, I execute a stored procedure... After executing the stored procedure, its seems VB is stuck waiting for some response from SQL server and I cannot do anything in VB until the SP is complete.
For example, if I want to show another form or even a msgbox, it will not show until the stored procedure is complete?? Why is this?? Is there anyway to free up VB while the SP is running? Note: the SP runs transactions and does not need to return any results to VB, other then to say it is complete.
Thanks for any ideas on this issue!!
Best regards,
Mike
In my VB app, I execute a stored procedure... After executing the stored procedure, its seems VB is stuck waiting for some response from SQL server and I cannot do anything in VB until the SP is complete.
For example, if I want to show another form or even a msgbox, it will not show until the stored procedure is complete?? Why is this?? Is there anyway to free up VB while the SP is running? Note: the SP runs transactions and does not need to return any results to VB, other then to say it is complete.
Thanks for any ideas on this issue!!
Best regards,
Mike