![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to stick to regular java code in this program I'm making and I'm having trouble using the java.sql package. This is what this problem is: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") - Gives me a Class Not Found Exception. String url = "jdbc dbc RIVER={Microsoft Access Driver(*.mdb)};DBQ=c:\\Time Site\\Time_Site_Database.mdb"; Connection con = DriverManager.getConnection(url); Any ideas on how I can get this to work? (Specifically the Class.forName?) |
#3
| |||
| |||
|
|
I need to stick to regular java code in this program I'm making and I'm having trouble using the java.sql package. This is what this problem is: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") - Gives me a Class Not Found Exception. String url = "jdbc dbc RIVER={Microsoft Access Driver(*.mdb)};DBQ=c:\\Time Site\\Time_Site_Database.mdb"; Connection con = DriverManager.getConnection(url); Any ideas on how I can get this to work? (Specifically the Class.forName?) |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |