I am using Squirrel SQL and am trying to se the HXTT ACCESS embedded driver. I have downloaded the ACCESS30.jar file and added it to the extra class, which I believe is working fine. I am having an issue setting up a new Alias, I do not seem to be able to understand the syntax of the database path. I am using a mac and the database has the file extension accdb. I looked at the support files and I tried to simulate the different paths but with no success as an error message keeps returning saying the file can' be located or accessed.
Please help.
Best regards,
Aaron
|
For instance, jdbc:access:////yourpath/subpath/
or
jdbc:access:////yourpath/subpath/youraccdbfile.accdb
|