JDBC FAQ Home Page
FAQ Manager is guru
Nils Christian Svihus.
Java Database Connectivity is the standard for communication between a Java application and a relational database. The JDBC API is released in two versions; JDBC version 1.22 (released with JDK 1.1.X in package java.sql) and version 2.0 (released with Java platform 2 in packages java.sql and javax.sql). It is a simple and powerful largely database-independent way of extracting and inserting data to or from any database. [FAQ Previously managed by Lennart Jorelid.]
What's New
 |
What is Derby? Java:API:JDBC
John Zukowski PREMIUM, May 31, 2007 Derby is an open source relational database from Apache that is implemented entirely in Java and available under the Apache License. You can get it from...
|
|
|
 |
|