November 24, 2008 at 12:27 am
How do you increase the timeout for the page?
To avoid this error:
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
November 24, 2008 at 12:45 am
First, I think you posted this on the wrong forum.
Second, that type of error normally means that there's something wrong with either some slow code that needs to be reworked or someone has a lock in the database preventing further access by others. Increasing the timeout rarely works as expected.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2008 at 1:51 am
Where do you suggest one can find the answer to my question?
November 24, 2008 at 6:22 am
If it's on the GUI side that you want to do this, then I'm not sure.
If it's on the SQL Server side of the house, a trip to Books Online will reveal all.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2008 at 11:56 am
On the SQL side it's not a problem because the queries run ok in query analyzer....
The GUI is an issue...will have to keep looking...
Thanks anyway...
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply