How to connect to MS Access 2007, from Java on a mac
        Posted  
        
            by aabrook
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aabrook
        
        
        
        Published on 2010-03-31T05:26:17Z
        Indexed on 
            2010/03/31
            5:33 UTC
        
        
        Read the original article
        Hit count: 624
        
I'm looking for a way to connect to a MS Access 2007 database from Java. I don't believe the ODBC way is available to me as I'm writing on a mac and will be pushing this product to Linux. The HXTT drivers also do not work with 2007.
Is there a way, a tutorial, an example, etc that accomplishes this? Setting the connection as a JNDI Datasource is preferable but not required
© Stack Overflow or respective owner