The steps in getting connected to a database are :
1. First create a DSN which points to a “.mdb” file.
2. Second load the driver in the memory.
3. Third is make a connection to the database via DSN.
4. Fourth is pass SQL statements.
5. Fifth is retrieve the results.
Objetcs :
Applet
AWT
Events
JDBC
Pass SQL
Retrieve
1. Data Source Name
Load the Driver
2. Connect
3. Connection
4. Statement
DDL : Data Defination Language : name char, id int
DML : Data Manipilation Language : insert, update
DCL : Data Control Language : grant, revoke