Where
Java
is
"write
once,
run
anywhere",
JDBC
is
"data
access
anywhere".
JDBC
is
the
way
Java accesses
relational
databases
and
uses
SQL
to
do
so.
This
session
provides overview
of
JDBC
and
SQL
with
stepped-through
code
examples
and
touches
on
real-world
use,
such
as
access
from
within
an
application
server.
|