Copyright © 2001 Qusay H. Mahmoud
Anatomy of a JDBC application
1.
Select a driver
2.
Decide on a URL to use
3.
Establish a connection
4.
Create a statement object
5.
Access the result
6.
Close the connection