| Author |
need help to connect with driver
|
eric lee
Ranch Hand
Joined: Nov 04, 2002
Posts: 86
|
|
When i compile my code, i have error message said "can not resovle symbol connection,DriverManager" how can i install driver? ----------------------------------------------- Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection("jdbc dbc:bookbase"); System.out.println("got connection");
|
 |
 |
|
|
subject: need help to connect with driver
|
|
|