G
Guest
I am using the Microsoft Data Access Application Block for .NET v2 to run
stored procedures with the ExecuteDataset, ExecuteScaler and ExecuteReader
functions. Some of my stored procedures take longer than 30 seconds to run
and I am getting time out errors in my application.
Why was the ability to specify a command time out not part of this class? Is
this in version 3 of the block? What would be the best way to add the ability
to set the CommandTimeOut for this class?
Thanks,
Matthew
stored procedures with the ExecuteDataset, ExecuteScaler and ExecuteReader
functions. Some of my stored procedures take longer than 30 seconds to run
and I am getting time out errors in my application.
Why was the ability to specify a command time out not part of this class? Is
this in version 3 of the block? What would be the best way to add the ability
to set the CommandTimeOut for this class?
Thanks,
Matthew