|
Courses Java |
|
|
The package java.sql contains numerous classes to allow a Java program to access databases via SQL. These Java Database Connectivity classes (JDBC) make it easy to connect to, and access a database. Using these classes, it is possible to switch your underlying database from one vendor to another with very little code changes, if any.
JDBC can also be used to access specific functionality of a database. In this 3-4 hour section, we will review (or learn) SQL, and understand how to create, update, drop, and query database tables. We'll learn how to process result sets, and how to use stored procedures and prepared statements. We will discuss and use both database and resultset metadata. We will become familiar with the architecture of JDBC, and applications and applets the use JDBC. We will be able to select the appropriate drivers, utilize ODBC if required. We will examine JDBCs Exceptions and Warning mechanism. We'll also examine some interesting database issues, including accessing binary data, storing objects in a database, and discussing transactions.
Objectives
Specifications
Pre-requisites
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |