| Author |
DriverManager.getConnection()
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
What DriverManager.getConnection() does, if i don't give class.forName() ?
|
 |
Kalai Selvan
Ranch Hand
Joined: Jul 07, 2004
Posts: 79
|
|
Hi, If none of the driver which recognizes the connection string passed in the getConnection() method is loaded, then it will throw an exception..... Kalai Selvan T.
|
 |
 |
|
|
subject: DriverManager.getConnection()
|
|
|