There are two ways register load a driver.
If you are new to JDBC .. stick with Class.forNames() for now.
Please review the java
doc's or review one of the book
referenced at the top of this form...
Quick Summary:
1 jdbc has a driver manager to manages all data source connections weather they be type 1, 2, 3, or 4.
2 Class.forNames() register and load the driver to connect to you data source.
3 i use data source instead of database because jdbc 2.0 make it very easy to access any tabluar file. db engine is not required.
My i recommend you review the tutorials...
Pickup one of the book listed at the top of this form...
Spend a few days reading...
presently I am reading the 'JDBC API Tutorial ...'
We are all here to help one another...
Till next time...
Monty6