Adding a timeout to JDBC queries might be useful in many use cases. It’s also very simple, just one line, let see how to do it.
Continue readingTag: JDBC
The Infamous No Suitable Driver Found For JDBC and how to fix it
The exception java.sql.SQLException: No suitable driver found for jdbc: is thrown when the driver is not in the classpath, or is not registered before getting the database connection.
Continue reading