1
Reply

Write a code in such a way that my SQL connection should be always connected?

Rahul Chavan

Rahul Chavan

8y
591
0
Reply

    connection.ConnectionTimeout=0; Setting timeout value as 0 will change defialt timeout to infinite.