ODBC Driver for Microsoft Access Installing on Linux (DEB) - ODBC Driver for Microsoft Access |
ODBC Driver for Microsoft Access works under control of an ODBC driver manager. ODBC driver manager is not distributed along with our driver and must be installed separately.
ODBC Driver for Microsoft Access is compatible with UnixODBC driver manager. You can install the unixODBC driver manager using the command below:
sudo apt-get install odbcinst1debian2 libodbc1 odbcinst unixodbc
In case when using other ODBC driver managers, ODBC Driver for Microsoft Access will be installed, but it will require manual modification of configuration files of these managers.
Let's consider how to install the Devart ODBC driver on Linux from a DEB package, for example, on Ubuntu. There are two ways to install the driver either manually or via the command line.
By default the required package will be downloaded into the ~/Downloads folder (or the selected one);
cd ~/Downloads/
sudo dpkg -i devartodbcaccess_i386.deb
sudo dpkg -i devartodbcaccess_amd64.deb
Driver is installed successfully.
To activate the driver, perform the steps described in the Product Activation article.