How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are the common tasks of JDBC?
How to use JDBC to connect Microsoft Access?
What are four types of JDBC driver?
Which type of JDBC driver is the fastest one?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
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?