How can you connect to a password protected MS Access Database from Java using ODBC?
- by Tim Visher
I need to connect to a password protected MS Access 2003 DB using the JDBC-ODBC bridge. I can't find out how to specify the password in the connect string, or even if that is the correct method of connecting.
Any thoughts?