Where
Java
is
"write
once,
run
anywhere,"
JDBC
is
"data
access
anywhere."
JDBC
is
the
way
Java
accesses
relational
databases
using
SQL.
This
session
provides
an
overview
of
JDBC
and
SQL
by
stepping
through
Java
code
examples.
Topics
include
prepared
statements
and
transactions.
JDBC
is
a
great
way
to
get
your
feet
wet
in
Java
development.
|