Connecting MS Access Database using JDBC Driver
To connect MS Access database using java we should use JDBC drivers.
We should follow below given steps to connect MS Access database using JDBC.
We should follow below given steps to connect MS Access database using JDBC.
- Create MS Access database file
- Create a table in the database
- Create a Data Source Name using Microsot Access Driver
- Write a java program to connect MS Access database