| Author |
MS access
|
lokesh rajarathnam
Ranch Hand
Joined: May 17, 2007
Posts: 35
|
|
Hello all I want to know how to get connect with MS Access(jdbc odbc bridge) please any one give me in simple compilable program in java
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
First you'll need to load the driver. It's already shipped with the JVM, and it's "sun.jdbc.odbc.JdbcOdbcDriver". Next you need the connection string: "jdbc dbc RIVER={Microsoft Access Driver (*.mdb)};DBQ=" followed by the Access file.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: MS access
|
|
|