1
Reply

How to make infinite timeout in Connection String?

Rahul Chavan

Rahul Chavan

9y
565
0
Reply

    connection.ConnectionTimeout = 0; // This is not working A value of 0 indicates no limit (an attempt to execute a command will wait indefinitely).