Rahul Chavan
Write a code in such a way that my SQL connection should be always connected?
By Rahul Chavan in Databases & DBA on Apr 07 2016
  • Rahul Chavan
    Apr, 2016 7

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

    • 0