B
Bawa
Hi everyone,
Here's my problem. I have a big vb.net application with a lot of calls
to stored procs. I don't want to add the line "Command.commandTimeout
= 600" in front of each of these calls. So, the default timeout is set
to 30 seconds. I'm pratically sure that I canc change this 30 seconds
in a registry or in a file somewhere. I hope that Microsoft didn't
hard coded it in the class! My question: How can I change the default
command timeout in one shot for all my application.
Thanks a lot!
Bawa
Here's my problem. I have a big vb.net application with a lot of calls
to stored procs. I don't want to add the line "Command.commandTimeout
= 600" in front of each of these calls. So, the default timeout is set
to 30 seconds. I'm pratically sure that I canc change this 30 seconds
in a registry or in a file somewhere. I hope that Microsoft didn't
hard coded it in the class! My question: How can I change the default
command timeout in one shot for all my application.
Thanks a lot!
Bawa