I'm trying to connect to an MS-Access 2003 database using SQuirrelSQL and the JDBC-ODBC Driver.
I have the database shared on a network share mounted on drive D:
In SQuirrelSQL, I add an Alias like this:
Name: MySQuirrelODBC_JDBC_Connection
URL:jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=D:\DBs\DatabaseFile.mdb;SystemDB=D:\DBs\Secured.mdw
I leave the rest of the fields blank, I click Test and then Connect I get the following error:
MySQuirrelODBC_JDBC_Connection: [Microsoft][ODBC Driver Manager] Connection not open
This occurs if I type in my Windows Password, or if I don't type my Windows password and just leave the Username and Password fields blank before clicking Connect
What else do I need to do to connect?