Timeout exception error
-
Hi, Every time i retrieve information from a large scale database from asp source, i get the information in 4 Sec. and with a lot of dataTable exception in the debugger mode. If i use the query directly in the sql mode i get it all after 10 Sec. I tried to change the connection string timeout but it made no difference. can someone help me please?
-
Hi, Every time i retrieve information from a large scale database from asp source, i get the information in 4 Sec. and with a lot of dataTable exception in the debugger mode. If i use the query directly in the sql mode i get it all after 10 Sec. I tried to change the connection string timeout but it made no difference. can someone help me please?
What do you mean by "debugger mode" versus "sql mode"?
Lior S wrote:
can someone help me please?
Show us your code, it will help us determine what exactly it is that you are doing.
*** Developer Day 4 in Reading, England on 2nd December 2006 - Registration Now Open *** Upcoming Scottish Developers events: * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
-
Hi, Every time i retrieve information from a large scale database from asp source, i get the information in 4 Sec. and with a lot of dataTable exception in the debugger mode. If i use the query directly in the sql mode i get it all after 10 Sec. I tried to change the connection string timeout but it made no difference. can someone help me please?
Lior S wrote:
lot of dataTable exception
are u using DataReader.Read or DataAdapter.Fill ?
ThaScorpion