Page 1 of 1

Problem with LibreOffice Base

Posted: Thu May 29, 2014 10:22 pm
by JerryC58
I am using LibreOffice Base 4.1.3.2 on Mint 16. I use it to keep track of my collection of Jack Daniels bottles. If I remember correctly, this file was created on some version of Base 3 or 4 years ago on some version of Ubuntu. Now when I try to open this database to add some new bottles, i get errors. The first error is "The connection to the data source "Jack Daniel Bottles" could not be established". The second error is "SQL Status: HY000
The connection to the external data source could not be established. No SDBC driver was found for the given URL. An information line states "A connection for the following URL was requested "/home/jc/Documents/Jack Daniel/Jack Daniel/JD Bottles.accdb"". I have made sure the .accdb file is there where it is supposed to be. I suspect the second error where it says no SDBC driver was found is the problem. So I found and installed PostgreSQL SDBC driver. I still get the errors when I try to open my database. Any ideas?

Re: Problem with LibreOffice Base

Posted: Mon Jun 02, 2014 3:41 pm
by nathant
My situation is similar to yours. I have no problem with LibreOffice in Linux Mint 16. Then I upgrade (clean install) to Linux Mint 17. LibreOffice cannot open an existing database. The error is "No SDBC driver was found. A connection for the following URL was requested "sdbc:hsqldb".

I finally figure out that "SDBC HSQLDB" driver is missing. Using Synaptic Package Manager, I install "libreoffice-sdbc-hsqldb". That solves the problem.

Nathan

Re: Problem with LibreOffice Base

Posted: Tue Jun 03, 2014 2:41 pm
by JerryC58
Sounds reasonable. But when I do a search in Synaptic Package Manager for libreoffice-sdbc-hsqldb, it doesn't find anything. I probably have a missing source. Any idea what it would be?

Re: Problem with LibreOffice Base

Posted: Wed Jun 04, 2014 12:13 am
by wilr
Thanks for bringing me on the right track.

Code: Select all

sudo apt-get install libreoffice-sdbc-hsqldb
in the terminal did the trick for me.

Good luck!

Re: Problem with LibreOffice Base

Posted: Wed Jun 04, 2014 11:56 am
by JerryC58
Tried that. Said it couldn't find it.

Re: Problem with LibreOffice Base

Posted: Fri Jun 20, 2014 10:11 pm
by jaygee17
I had the same problem. No sdbc.
Database originally created using libreoffice 4.1.2 in linux mint 16.
Wasn't able to open using libreoffice 4.2.2 in mint 17 - followed "nathant" & "wilr" posts and everything is working great. Thanks fellas.

JC - Use "Update Manager" to find/install "libreoffice-sdbc-hsqldb" Not Synaptic Package Manager
* Seaching in Synaptic Package Manger will only show sdbc-hsqldb if it's installed.
else
open terminal (ctrl+alt+t) then copy and paste the code below --- As previously posted

Code: Select all

sudo apt-get install libreoffice-sdbc-hsqldb
Jeff

Re: Problem with LibreOffice Base

Posted: Wed Jun 25, 2014 10:28 am
by JerryC58
Like I said before, tried it (terminal method), couldn't find it. Started Update Manager, don't know how to tell it what to look for. Do I need to update or add a repository?

JC

Re: Problem with LibreOffice Base

Posted: Thu Jun 26, 2014 4:12 am
by jmpurbeck
JerryC58 - you probably need to try
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update

Then retry the install command.

HTH

Re: Problem with LibreOffice Base

Posted: Wed Jul 02, 2014 9:46 am
by JerryC58
That worked for me but now the error is different from the one in the first post. It reads:

"The connection to the data source "Jack Daniels Bottles" could not be established.

The connection to the external data source could not be established. No SDBC driver was found for the URL '/home/jc/Documents/Jack Daniel/Jack Daniel/JD Bottles.accdb'.

The JD Bottles.accdb file is in that directory.

Any more ideas?

JC

Re: Problem with LibreOffice Base SOLUTION

Posted: Fri Jul 04, 2014 7:48 pm
by Hugh_HH
I had the same problem.
In Mint 17 is only LO base -core- installed. Go to synaptic and install
LO base
LO base drivers

just make sure you have all -three- base packages installed.

Then you can work.

Re: Problem with LibreOffice Base

Posted: Mon Jul 07, 2014 2:49 pm
by JerryC58
I thank everyone for all of the time you have spent with me on this problem, but the time has come to give up. I have tried all of the suggestions as best I could, but nothing has helped. I will start over and recreate my database and see what happens. Again, thank you to everyone.

JC

Re: Problem with LibreOffice Base

Posted: Wed Jul 23, 2014 11:43 pm
by antcj
Hmm i just had similar issue with base.
anyway after doing all that was suggested above i then discovered that if i go to tools>options>Libreoffice>advanced and make sure that the radio button is ticked for oracle, did the job. (thanks to these guys http://en.libreofficeforum.org/node/1671)
I had the additional issue of not being able to open the db over a network. that is now fixed as well.
Thanks guys.

Re: Problem with LibreOffice Base

Posted: Thu Oct 16, 2014 11:42 pm
by Cogar
nathant wrote:My situation is similar to yours. I have no problem with LibreOffice in Linux Mint 16. Then I upgrade (clean install) to Linux Mint 17. LibreOffice cannot open an existing database. The error is "No SDBC driver was found. A connection for the following URL was requested "sdbc:hsqldb".

I finally figure out that "SDBC HSQLDB" driver is missing. Using Synaptic Package Manager, I install "libreoffice-sdbc-hsqldb". That solves the problem.

Nathan
Thank you, Nathan. Worked for me. :D

Re: Problem with LibreOffice Base

Posted: Sat Aug 15, 2020 8:29 pm
by MJ12
wilr wrote: Wed Jun 04, 2014 12:13 am Thanks for bringing me on the right track.

Code: Select all

sudo apt-get install libreoffice-sdbc-hsqldb
in the terminal did the trick for me.[/code]

Good luck!
Cheers... that worked a treat for me!