∟JDBC-ODBC - Connecting to MS Access Database Files
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
After I have my MS Access database file and my DSN representing this file created,
I can try to connect my Java program to my MS Access database with JDBC-ODBC Bridge
using the DriverManager.getConnection() method: