When I try to establish connection to Dameng server in Navicat, I get an error message saying Dameng ODBC Driver is required. What is that and what should I do?
updated at
Apply OS: Windows, Linux
Apply Navicat Product: Navicat BI, Navicat BI Viewer
To connect to a Dameng database, you must first install the necessary Dameng ODBC driver on your system. Please follow the installation instructions below.
Windows
Installation Instructions
- Download the Driver
- Download the Windows Dameng ODBC driver package from the link below:
https://dn.navicat.com/drivers/dameng_odbc_win.zip
- Download the Windows Dameng ODBC driver package from the link below:
- Unzip the Package
- Extract the contents of the downloaded .zip file to a location on your computer. For example: C:\DamengDriver
- Run the Installation Script
- Navigate to the folder where you unzipped the driver files (e.g., C:\DamengDriver).
- Double-click the install_odbc.bat file to start the installation.
- A User Account Control (UAC) prompt will appear asking for permission. Click Yes to allow the installer to run with administrator privileges.
- Confirm the Installation Path
- The script will prompt you for an installation destination. You can simply press Enter to use the default location (the directory where you unzipped the files).
- Restart Navicat to test
Linux
Installation Instructions
- Download the Driver
- Download the Linux Dameng ODBC driver package from the link below:
https://dn.navicat.com/drivers/dameng_odbc_linux.tar.gz
- Download the Linux Dameng ODBC driver package from the link below:
- Unzip the Package
- Open a Terminal.
- Navigate to the directory where you downloaded the file (e.g., ~/Downloads) and unpack the archive with the following command:
tar -xzf dameng_odbc_linux.tar.gz
- Run the Installation Script
- In your terminal, navigate into the newly created directory (the name will correspond to the contents of the archive):
cd dameng_odbc_linux
- Make the installation script executable:
chmod +x install_odbc.sh
- Run the script with administrator privileges using sudo. This is required to modify system configuration files.
sudo ./install_odbc.sh
- In your terminal, navigate into the newly created directory (the name will correspond to the contents of the archive):
- Confirm the Installation Path
- The script will prompt you for an installation destination. You can simply press Enter to accept the default location (/opt/dameng_odbc).
- Restart Navicat to test
Have more questions?
-
Support
-
About Us