Easysoft JDBC-ODBC BridgeWhy can't I connect to my Access database using the JDBC-ODBC Bridge? |
|
This problem is likely to be that the access mdb file is on a mapped network
drive requiring to be accessed by a named user.
There are three possible solutions:
1) Move the mdb file to a drive that can be accessed by a service.
2) Run the JOB service as the user who have access to the drive/file.
3) Add the following attributes to the JDBC connection URL:
logonuser=<username>:logonpassword:<password>.