Easysoft JDBC-ODBC BridgeWhy can’t I connect to my Microsoft Access database by using the JDBC-ODBC Bridge? |
|
The problem is likely to be that the Microsoft Access .mdb file is on a mapped network drive that can only be accessed by a named user.
There are three possible solutions:
logonuser=<username>:logonpassword:<password>.
Note In all cases where logonuser and logonpassword are used, the login criteria of the JOB Server machine must match the machine the network drive is mapped to. For example, if the JOB server machine has a local account "JOBUser" with password "1234abcd" and the machine hosting the Access .mdb file has a local account "JOBUser" and password "xyz", the connection will fail.