ODBC Driver for Microsoft Access Installing on Linux (RPM) - 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.
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 an RPM package, for example, on CentOS. To install the driver, you should download the .rpm package and install it via the command line. See the detailed description of these steps below:
By default the required package will be downloaded into the ~/Downloads folder (or the selected one);
cd ~/Downloads/
sudo rpm -ivh devart-odbc-access.i386.rpm
To install the devart-odbc-access.x86_64.rpm on a 64-bit system, use the following command::
sudo rpm -ivh devart-odbc-access.x86_64.rpm
Driver is installed successfully.
To activate the driver, perform the steps described in the Product Activation article.