ODBC Driver for MongoDB 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 MongoDB is compatible with 2 ODBC driver managers:
In case when using other ODBC driver managers, ODBC Driver for MongoDB will be installed, but it will require manual modification of configuration files of these managers.
To install the driver, you should download the archive containing installation files, unpack and run installation with root privileges. See the detailed description of these steps below:
cd ./Users/test/Downloads
tar -xf devartodbcmongo-osx.tar
sudo ./install.sh
To add/update the mongodb.lic file to an already installed driver, you need to create/replace this file in the directory with the installed driver, and save the new activation key to it.
Driver is installed successfully.
After the driver is installed, two DSNs with the names DEVART_MONGODB_x64 and DEVART_MONGODB_x86 are created. You can use them to test connection with MONGODB server, we will use DEVART_MONGODB_x64 as a sample. Now perform the following steps:
Server=<your MongoDB server address>
Port=<your MongoDB Port>
Database=<your MongoDB database name>
DSN=DEVART_MONGODB_x64