Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How many types of JDBC Drivers are present and what are they?
What is the fastest type of JDBC driver?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
If I use the JDBC API, do I have to use ODBC underneath?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Where can I find info, frameworks and example source for writing a JDBC driver?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
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?