1
0
-1

I use JDBC Datalist Binder using com.microsoft.SQL server.JDBC.SQLServerDriver, I would like to know how long a connection is established and when it's closed.


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Found some resources from stackoverflow regarding tuning your SQL connectionTimeout value:https://stackoverflow.com/questions/31941889/java-sql-sqlexception-connection-has-already-been-closed#answers
      More information here.

        CommentAdd your comment...