Java Connect to Microsoft Access database using UCanAccess

Code Java September 14, 2020
Video Thumbnail
Code Java Logo

Code Java

View Channel

About

This channel delivers videos about Java tutorials, Java code examples, Java tips, Java guides including: Java core, Java language, Java SE, Java EE, Java Collections, JDBC, Java File IO, Java Servlet, JavaServer Pages (JSP), Spring framework, Spring Boot, Hibernate framework, Java Web Services, RESTful webservices, REST APIs, Docker, Heroku, AWS, Eclipse IDE, NetBeans IDE, Tomcat server, and more. Subscribe for comprehensive and easy-to-follow content to enhance your Java programming skills.

Video Description

Learn how to write Java code that connects to Microsoft Access database to execute Insert & Select SQL statements using UCanAccess JDBC Driver. UCanAccess is a free, open-source and pure Java JDBC driver for Microsoft Access, supporting various Access formats: 2000, 2002/2003, 2007, 2010/2013/2016 (Access 97 is supported for read-only). Through this video, I will guide you how to connect to Access 2007/2016 database with two kinds of Java projects: - Trivial Java project that uses JAR files directly (manual download) - Java Maven project that uses Maven dependency for UCanAccess You can also read the corresponding article at https://www.codejava.net/java-se/jdbc/java-jdbc-example-connect-to-microsoft-access-database #java #microsoftaccess #jdbc #database #connection

You May Also Like