Setup
I'm new to Squirrel SQL. I'm trying to setup Squirrel SQL with UCanAccess to use use it on an Access accdb. I followed Gord Thompson's posting at How to configure Squirrel SQL client to work with MS Access. Squirrel has a UCanAccess driver setup so all you need to do is point it to a UCanAccess jar file. Pics posted OneDrive. No need to sign in. Just click view at bottom form.
Next, I setup an Alias
I tried to connect to database and I get an error
java.sql.SQLException: The UCANACCESS_HOME system variable isn't defined:
it should be:
-DUCANACCESS_HOME=<your path to the UCanAccess-3.x.x-bin folder>
at net.ucanaccess.jdbc.UcanloadDriver.noHome(UcanloadDriver.java:96)
at net.ucanaccess.jdbc.UcanloadDriver.<clinit>(UcanloadDriver.java:59)
I searched for a solution and tried various things without success. Any ideas?
On the "Extra Class Path" tab you need to be pointing to loader/ucanload.jar
, not the main ucanaccess*.jar.