Hi, since I could not find a mailinglist, I am going to post this here.
When I try to convert a mdb that even mdbtools dosn't oepn (without error
anyways), I get an:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
Caused by: java.io.IOException: Unsupported version: 0
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(Unknown Source)
... 6 more
Thfunny thing is that trying to test agains the latest jackaccess I get a
slighlty different error, which tells me that the format is too old:
Exception in thread "main" java.io.IOException: Unsupported older version: 0
So that is where I am now. Mdbtools even if not opening the file, tells me it
is a access 97 file (jet version). The file is way to large to attach it.
Is there anything I could do in that case?
Thanks
Original issue reported on code.google.com by
andrea.a...@gmail.comon 29 Jun 2010 at 8:27