Registering the Driver

Advantage JDBC Driver

  Previous topic Next topic  

Registering the driver tells the JDBC driver manager which driver to load. When loading a driver using class.forName(), you must specify the name of the driver:

com.extendedsystems.jdbc.advantage.ADSDriver

For example:

Class.forName("com.extendedsystems.jdbc.advantage.ADSDriver");