Java Reference
In-Depth Information
R EVIEWING THE E XERCISES
JDBC provides a robust and relatively simple interface for accessing most industry
standard relational databases. The basic logic involved in database access is as follows:
Load the driver specific to the database.
Establish a connection to the database.
Perform queries and updates using Statements.
Examine and process the results of queries, or commit the updates.
Free the statement resources and free the connection to the database.
Search WWH ::




Custom Search