JDBC
(Java Database Connectivity)
(Free Web Tutorials)
by Michael Thomas
(Under Construction)
JDBC (Java Database Connectivity) is a Java API for connecting
to a DB via a vendor's driver, executing SQL statements and accessing the
results set.
( Home Page: Free Web Tutorials
on Java & Web Technologies )
Free Download
- Download - a zip file of the website pertaining
to this topic (all content,
tutorials, examples, etc...). Great resource!!! Work
offline!!!
Free Web Tutorials
YYY's Resources
- YYY Home Page - YYY's home page for downloads, docs, etc...
Book Resources
Drivers
Tutorials
My Examples
- Download a zip file with examples using a
MS Access database. JDK 1.1 and JDK 1.2 examples included. You
will need to create an ODBC connection to the .MDB called:
JDBCDisplayQuery_access2000. Then the Java Applications should run
fine.
Databases
- Databases
- Digital Certificates
- Applets
- MAC & Databases (Dated 4/18/01 - Just some
information that may be incorrect!)
Other References
- Notes from a friend
- Here are a couple of
developerWorks resources that may help you handle the JDBC connection and
I/O interface:
http://www-106.ibm.com/developerworks/java/library/j-jdbcwrap/index.html
is a simplified JDBC Java wrapper.
http://www-106.ibm.com/developerworks/library/j-webdata/?n-j-9271
illustrates how to integrate JDBC with JSPs using Tag Libraries. It's MySQL-centric,
but should be a pretty good guide.