Finding the right jdbc driver for .mdb files in Linux

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.

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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