After the linux (DEB or RPM) driver is installed, a DSN with the name DEVART_MONGODB is created. You can use it to test the connection with the MONGODB server. For this, perform the following steps:
Server=<your MongoDB server address>
Port=<your MongoDB Port>
Database=<your MongoDB database name>
Client Library=libmongoc-1.0.so.0BSON Library=libbson-1.0.so.0
isql -v DEVART_MONGODB
After the driver is installed, four libraries will be copied to the driver installation folder:
The installer automatically detects the bitness of an operating system and creates the symlinks libmongoc-1.0.so.0 and libbson-1.0.so.0 for 32-bit or for 64-bit libraries correspondingly.