MDE Access decrypt JDBC

Posted by michelemarcon on Stack Overflow See other posts from Stack Overflow or by michelemarcon
Published on 2009-06-30T09:15:50Z Indexed on 2010/05/17 1:10 UTC
Read the original article Hit count: 414

Filed under:
|
|
|
|

I want to perform JDBC SQL queries on a MDE Access file. I've set up the data source ODBC and everything worked well for a MDE file.

Now, I'm working with a newer version of the MDE file, and here is the result:

java.sql.SQLException: [Microsoft][Driver ODBC Microsoft Access] Cannont read record. Read authorization unavailable for "tbl_mytable".

If I open the MDE with Access Runtime I am asked for a password, and after leaving a blank password I can see all the data. Of course, "tbl_mytable" does exist inside the database.

© Stack Overflow or respective owner

Related posts about mde

Related posts about ms-access