Hi,
You need the DSN. If you are using JDBC

DBC as I do with MS access, you can do the following:
Your connection String will be "jdbc

dbc: (write DSN name here)"
connection = DriverManager.getConnection(ConnectString,username, password);
Hope this helps,
-Deb