G
G. Dean Blake
I have a delete statement that when run from Query Analyzer takes about 45
minutes to complete. When I put that statement into a dataAdapter and
execute with an ExecuteNonQuery, it gets a timeout after a few seconds. How
can I keep this long running process from getting a timeout? Putting
Connection Timeout=3000 in my connect string did no good.
Thanks,
G
minutes to complete. When I put that statement into a dataAdapter and
execute with an ExecuteNonQuery, it gets a timeout after a few seconds. How
can I keep this long running process from getting a timeout? Putting
Connection Timeout=3000 in my connect string did no good.
Thanks,
G