safired2017 / mdb-sqlite

Automatically exported from code.google.com/p/mdb-sqlite
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Exception in thread "main" java.io.IOException: Unsupported version: 50 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i can't convert the database, the error is:

Exception in thread "main" java.io.IOException: Unsupported version: 50
    at com.healthmarketscience.jackcess.JetFormat.getFormat(JetFormat.java:143)
    at com.healthmarketscience.jackcess.Database.<init>(Database.java:347)
    at com.healthmarketscience.jackcess.Database.open(Database.java:294)
    at com.healthmarketscience.jackcess.Database.open(Database.java:270)
    at com.plausiblelabs.mdb.Main.main(Main.java:56)

Original issue reported on code.google.com by federico...@gmail.com on 18 Mar 2012 at 11:32