I am developing my project in Java. I would like to know how I can connect to MSAccess. Any links, or small examples would be greatly appreciated.
            Asked
            
        
        
            Active
            
        
            Viewed 376 times
        
    3 Answers
1
            
            
        I've had good luck with using UCanAccess (http://ucanaccess.sourceforge.net/site.html) which allows both read and write access to the database
 
    
    
        EdH
        
- 4,918
- 4
- 24
- 34
- 
                    For more information, see the related question: [Manipulating an Access database from Java without ODBC](http://stackoverflow.com/q/21955256/2144390). – Gord Thompson Feb 17 '15 at 21:07
 
     
    