| Author |
registering the database driver
|
biswajit ray
Ranch Hand
Joined: Nov 30, 2005
Posts: 30
|
|
why can�t the following code do the job of �locate, load, and link�? org.gjt.mm.mysql.Driver driver = new org.gjt.mm.mysql.Driver(); will it locate , load and link by executing the static block? what is the problem in it?
|
 |
sathish kumar
Ranch Hand
Joined: Feb 14, 2007
Posts: 47
|
|
|
What are you trying to do?
|
 |
 |
|
|
subject: registering the database driver
|
|
|