I have an MDB document that I need to view on my Ubuntu machine, I downloaded MDB viewer and when opening the file with it the application closes. Also OpenOffice DB viewer does not want to work.
Are there any other applications that I can use?
I have an MDB document that I need to view on my Ubuntu machine, I downloaded MDB viewer and when opening the file with it the application closes. Also OpenOffice DB viewer does not want to work.
Are there any other applications that I can use?
I think you'd better install the mdbtools-gmdb (http://packages.ubuntu.com/trusty/mdbtools-gmdb) through Ubuntu package manager, otherwise there are no guarantees that the package is binary compatible. (Lots of distros use .deb)
sudo apt-get install mdbtools-gmdb
. Has been a long time since I had used Debian.
Re: Installing mdbtools, line should be:
sudo apt-get install mdbtools-gmdb
That's why you go the 'Invalid operation...' error.
(can't comment yet, hence the separate answer)
On Ubuntu 18.04 I tried installing mdbtools-gmdb
but it couldn't find the package. I ended up installing mdbtools
with apt install mdbtools
.
This package provides libraries to connect to mdb
files as well as command line utilities including mdb-tables
, mdb-export
, mdb-sql
, etc.
If you only want to view or export the contained data you also could use an online viewer/exporter like www.mdbopener.com.
mdbopener.com is using the mdbtools for .mdb files and the jackcess library (java) for .accdb files. Disclosure: I am the creator of www.mdbopener.com
There is a cloud version of MS Access available. (http://www.apponfly.com/en/micro...)
They provide 30day free trial via remote desktop connection.