Finding the right jdbc driver for .mdb files in Linux
Is there any jdbc driver for .mdb files in Linux? I have developed a small application that migrates the data from an .mdb file to postgresql. The application works fine on Windows. Now, I need the jdbc driver so that the application can also run on Linux. The application is made using Java.
I would investigate using a pure Java library for reading Microsoft Access databases called Jackcess . I also have found another project from ObjectWeb – called RmiJdbc - that might fit the bill.
This was first published in October 2005
Join the conversationComment
Share
Comments
Results
Contribute to the conversation