D
Doug
Hi,
I am having a problem creating a connection string in DotNet. Here is
an example below:
"Integrated
Security=SSPI;database=MyDatabase;server=MySqlServer;Connect
Timeout=60"
The problem is in the timeout setting. I am running a query using this
connection string and it is timing out at 30 seconds, it does not go to
the 60 seconds. I figured it must be because it's a connection timeout
setting I've used above and not an actual query timeout setting.
However, I cannot determine how to set a query timeout setting in my
connection string. Is there a way to do this?
I am having a problem creating a connection string in DotNet. Here is
an example below:
"Integrated
Security=SSPI;database=MyDatabase;server=MySqlServer;Connect
Timeout=60"
The problem is in the timeout setting. I am running a query using this
connection string and it is timing out at 30 seconds, it does not go to
the 60 seconds. I figured it must be because it's a connection timeout
setting I've used above and not an actual query timeout setting.
However, I cannot determine how to set a query timeout setting in my
connection string. Is there a way to do this?