What driver should I use for scalable Oracle JDBC applications?
Is possible to open a connection to a database with exclusive mode with JDBC?
What are the standard isolation levels defined by JDBC?
How can I write to the log used by DriverManager and JDBC drivers?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How do I set properties for a JDBC driver and where are the properties stored?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is a JDBC 2.0 DataSource?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What does the connection object represents?
How to move the cursor in scrollable resultset ?