Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
Description
If the connection times out when it is opened, Connector/J throws a SqlException, the same as if it were any other problem. However, this requires users to parse the exception method to determine the cause, which is sub-optimal
One possible solution may be to initiate a TCP connection first and then do the SQL connection.