Hello all,
A quick question.
Typically with this code:
me.sqlconnection1.open()
me.cmd_mystoredProc.executenonquery
me.Sqlconnection1.close
my windows app will:
open the connection
run the stored proc, waiting for it to finish
Close the connection
I am trying to get the Stored proc to start and then go on without it, as I am not waiting for anything back and it is a lengthy procedure running as long as an hour.
any suggestions would be appreciated
Bassguy
A quick question.
Typically with this code:
me.sqlconnection1.open()
me.cmd_mystoredProc.executenonquery
me.Sqlconnection1.close
my windows app will:
open the connection
run the stored proc, waiting for it to finish
Close the connection
I am trying to get the Stored proc to start and then go on without it, as I am not waiting for anything back and it is a lengthy procedure running as long as an hour.
any suggestions would be appreciated
Bassguy