JDBC Section Index | Page 7

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?

Are the code examples from the JDBC API Tutorial and Reference, Second Edition available online?

Which Java and java.sql data types map to my specific database types?

When an SQL select statement doesn't return any rows, is an SQLException thrown?

What is optimistic concurrency?

What is pessimistic concurrency?

Why should I consider optimistic versus pessimistic approaches to database updates?

Can I get information about a ResultSet's associated Statement and Connection in a method without having or adding specific arguments for the Statement and Connection?

What is the most efficient method of replicating data betwen databases using JDBC?

How can I tell if my JDBC driver normalizes java.sql.Date and java.sql.Time objects?

What's the difference between MySQL and mSQL?

What is the difference between setMaxRows(int) and SetFetchSize(int)? Can either reduce processing time?

Is there a JDO FAQ available?

What is JDO?

Where can I learn about Java Data Objects?

About | Sitemap | Contact