| Author |
jdbc
|
Soumayajit Hazra
Greenhorn
Joined: Nov 13, 2006
Posts: 8
|
|
|
what is the difference in using Class.forName or DriverManager.registerDriver(...)
|
 |
Wei Dai
Ranch Hand
Joined: Jun 22, 2005
Posts: 86
|
|
>what is the difference in using Class.forName or >DriverManager.registerDriver(...) Usually in the static init driver code of Class.forName will call DriverManager.registerDriver(...) meothod. You should use Class.forName.
|
 |
 |
|
|
subject: jdbc
|
|
|