....Dare 2 Dream -
Success is not final, failure is not fatal: it is the courage to continue that counts.
"None can stop the rising sun, clouds can hide for a while........" -Ravi
Tuesday, January 27, 2009
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
First try by using Connect time out
If it won't work, make the commandtimeout to 0 ex: sqlCmd.CommandTimeout = 0;
The Connect Timeout attribute of a SQL Connection string determines how long a SqlConnection Object runs before it stops attempting to connect to a server
No comments:
Post a Comment