Java and Database Connectivity
|
What is JDBC (i)
'Java Database Connectivity'
-
In many languages, different code is needed to talk to
different databases
-
JDBC provides an abstraction layer
-
The same code can be used with all databases
-
Provided they understand ANSI 92 SQL