G
Guest
Hello,
I'm building an App that has a large query. I get
"System.Data.SqlClient.SqlException: Timeout expired". I know I can fix this
by increasing the CommandTimeout property of SqlCommand instance. However, I
use the Microsoft Data Application Block v2, and this requires me to modify
that block.
Is there a way to get the same affect by changing just the connection string?
Thanks,
Mark
I'm building an App that has a large query. I get
"System.Data.SqlClient.SqlException: Timeout expired". I know I can fix this
by increasing the CommandTimeout property of SqlCommand instance. However, I
use the Microsoft Data Application Block v2, and this requires me to modify
that block.
Is there a way to get the same affect by changing just the connection string?
Thanks,
Mark