Basic HTML version of Foils prepared June 5 99

Foil 72 Java DataBase Connection (JDBC)

From Java Language in the Computer Science Curriculum ADMI Tutorial Duluth Minnesota -- June 3 99. by Geoffrey C. Fox


1 Linkage of databases to Web has both increased functionality of web and made databases much easier to use
2 All the database vendors agreed on a common interface allowing one to write portable database access code
3 JDBC provides a set of classes for Java with a standard SQL database access interface.
4 Provides an API for database "drivers" to make actual connections and transactions to database products.
  • includes JDBC-ODBC bridge to standard ODBC drivers, a common interface for relational databases from C
5 JDBC is "low-level" interface, calling SQL commands directly but is meant to be a base for higher-level interfaces.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Jun 5 1999