|
November,2008 (1)
|
|
September,2008 (1)
|
|
August,2008 (1)
|
|
June,2008 (3)
|
|
May,2008 (1)
|
|
April,2008 (5)
|
|
March,2008 (1)
|
|
February,2008 (1)
|
|
January,2008 (9)
|
|
November,2007 (1)
|
|
April,2006 (2)
|
|
Show All
|
|
|
|
|
|
ConnectionTimeout / CommandTimeout
-
09.01.2008
|
|
Although we establish connection to database successfully sometimes we get timeout error while executing commands in our applications. Increasing the value of ConnectionTimeout property is not a solution for this case. ConnectionTimeout property represents number of seconds to wait for a connection to open. However the CommandTimeout property of Command object represents the maximum wait time in seconds for a command to return value. The default value of CommandTimeout property is 30 and setting this property to value 0 means there is no limit in wait time.
|
|
Clues,Codes
|
|
|
|
|
|
|
|
|