Dear all,
We met transient errors when using JDBC jar from microsoft and c3p0 connection pool, sometime, when executing sql, it throw SQLException with ErrorCode = 0 and State = 08S01.
We plan to translate Transient Error Handling framework in c# to JAVA, is there any similar exsiting framework in Java?
For JDBC Connection, there is no Connection.State can be checked, so it only throws error when executing SQL. Is that true? Please correct me if there some mechanism to detect the connection state or similar.
Thanks!
Regards,
George Lu