Atul Patel
-
7/25/2013 8:12:12 AM
GeneralConnection Connection timeout
Hi,
I am using ConnectionHelper class to create connection object using below method.
GeneralConnection cn = ConnectionHelper.GetConnection();
I have called one query to fetch data from database using this connection and it takes time to execute due to large amount of data. So i got request timeout error.
Is there any way to set connection timeout property for this connection object?
please guide me in this.
Thanks,
Atul patel
|