I am writing a Java application that creates some data for the user and needs to generate an Access file that the user can then download and open with MS Access. The user has MS Access 2013.
The only Java library I found online is Jackcess. However, in their documentation and in their API as well they only go up to V2010.
Will the file generated with File Format V2010 be opened by Access 2013? Based on research so far - no.
Are there any other solutions that will allow a Java program to create an Access 2013 file? Please, share! All help with Java + Access 2013 out there is for connecting to an Access 2013 database. I don't need to connect, I just need to create a file that the user will import.