aspose file tools
The moose likes JDBC and the fly likes Driver manager and loading driver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Driver manager and loading driver" Watch "Driver manager and loading driver" New topic
Author

Driver manager and loading driver

Hari babu
Ranch Hand

Joined: Jun 25, 2001
Posts: 208
The java.sql.DriverManager class gives this documentation.
"As part of its initialization, the DriverManager class will attempt to load the driver classes referenced in the "jdbc.drivers" system property. This allows a user to customize the JDBC Drivers used by their applications. For example in your ~/.hotjava/properties file you might specify:
jdbc.drivers=foo.bah.Driver:wombat.sql.Driver:bad.taste.ourDriver "
Where can i find this ~/.hotjava/properties file ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Driver manager and loading driver
 
Similar Threads
Driver loading
java.sql.SQLException: No suitable driver
jdbc-odbc bridge problem
jdbc driver
My interview question..