JDBC provides a powerful,
comprehensive interface for
accessing databases from
Java programs. For smaller
projects, JDBC can seem
overwhelming, driving some
programmers to avoid using a
database altogether. This
article describes a simple
wrapper library that makes
basic database usage a snap.
You'll find yourself wanting
to use JDBC for every
program you write.
Date: Aug, 22 2001 |