Open GoogleCodeExporter opened 9 years ago
I have had the same issue. I have a file that claims to be in Access 95
format. Mdb-sqlite threw this error so I tried using Access to convert it to
2007 format, which just turned the "0" to a "2" after "Unsupported version:"
Does anyone have further information on this situation? BTW, Access complained
"The Microsoft Access database engine cannot find the input table or query
'MSysAccessObjects'. Make sure it exists and that its name is spelled
correctly" at the end of the conversion process. I have no idea what this
means or whether it has any bearing on the Java error, but the new file was
created nevertheless. I repeated this process for two separate files and got
identical behavior, although the original files were likely produced under
similar conditions.
Original comment by nbest...@gmail.com
on 25 Jan 2011 at 5:37
I have the same issue.
Can I give you any dump that could help you in figuring out which is the
problem?
Regards,
Original comment by nicopace
on 21 Feb 2011 at 11:22
I am having same issue.I tried using Access to convert it to 2007 format, which
just turned the "0" to a "2" after "Unsupported version:"
Does any one has resolved it?
Original comment by sandip.i...@gmail.com
on 3 Feb 2012 at 1:00
[deleted comment]
I had the same error but it works now. I've updated the following .jar's:
jackcess-1.1.14 ---> jackcess-1.2.8
commons-lang-2.4 ---> commons-lang3-3.1
jarjar-1.0rc7 ---> jarjar-1.4
I updated my build.xml accordingly, cleaned the dist folder an rebuild the
project. Et voila. :)
Original comment by a6176...@nepwk.com
on 25 Aug 2012 at 2:30
Attachments:
Ah, I nearly forgot it, I also changed the AccessExporter
(Index.ColumnDescriptor ---> IndexData.ColumnDescriptor)
Original comment by a6176...@nepwk.com
on 25 Aug 2012 at 2:34
Attachments:
Original issue reported on code.google.com by
andrea.a...@gmail.com
on 29 Jun 2010 at 8:27