Connecting LibreOffice Base to an Access Database via UCanAccess (JDBC) #33
|
Hey, |
Replies: 5 comments 2 replies
|
I understand it can be frustrating when a setup doesn't work as expected. However, please note that the version you are using (5.0.1) is quite old and predates my current maintenance of the UCanAccess JDBC driver project. As a maintainer of open-source software, I invest my time and effort for free to keep this tool alive for everyone. To resolve your issue, please consider the following:
cheers |
|
Thanks a lot dear Markus, But I suck, and I don't not what to do whit this; there are no instructions on how to create the .jar file. Furthermore, I've download the latest version of hsqldb and jackcess files, and I've (of course) the same problem. Regards |
|
I remember some discussion about reading MS Access DBs from LibreOffice in cheers |
|
Hi Markus,
What's wrong? On my zara Mint machine, I've this packages 👍 liblibreoffice-java 4:24.2.7-0ubuntu0.24.04.4 |
Connecting LibreOffice Base to an Access Database via UCanAccess (JDBC)This guide explains how to use UCanAccess to open a Microsoft Access Prerequisites
Enable Java in LibreOffice
Step 1 — Register the JAR in LibreOfficeGo to Click OK, then fully restart LibreOffice (close all windows and kill any background process).
Step 2 — Create a New Database Connection
Step 3 — Enter the JDBC Connection Details
Example URL (enter without Click "Test Class" — you should see:
Then click Next.
Step 4 — Test the ConnectionOn the "Set up User Authentication" screen:
You should see a success confirmation. Step 5 — Save and Proceed
🏁🏁 You can now browse tables, run queries, and build forms against your Access database. Things to check if the connection fails
|



Connecting LibreOffice Base to an Access Database via UCanAccess (JDBC)
This guide explains how to use UCanAccess to open a Microsoft Access
.mdbor.accdbfile in LibreOffice Base (on Linux).Prerequisites
ucanaccess-5.1.5-uber.jar) downloadedEnable Java in LibreOffice
Tools → Options → LibreOffice → Advanced→ check "Use a Java runtime environment" and select a JRE.Step 1 — Register the JAR in LibreOffice
Go to
Tools → Options → LibreOffice → Advanced → Class Pathand adducanaccess-5.1.5-uber.jar.Click OK, then fully restart LibreOffice (close all windows and kill any…