macOS DSN Configuration
This section shows how to set up ODBC connectivity and configure DSNs on macOS.
Minimum macOS Version
The ODBC Driver for CData Connect driver requires macOS Sierra (10.12) or above.
Connecting to CData Connect Cloud
Follow these steps to connect to CData Connect Cloud:
- AuthScheme: Select OAuth.
- Click Test Connection or Sign In to open the OAuth sign in page.
- Enter your CData Connect Cloud credentials and sign in.
Connecting to CData Connect Server
Enter following connection properties to connect to CData Connect Server:
- AuthScheme: Select Basic.
- URL: The REST URL found on the Endpoints page of the Admin Console.
- User: A user that you configured in the Connect Server dashboard.
- Password: The AuthToken for the chosen user.
Uninstalling the Driver
The easiest way to uninstall the driver is to open a terminal and run the included uninstall.sh script, located in the installation directory. For example:
cd "/Applications/ODBC Driver for CData Connect" sudo ./uninstall.sh
Note: The script needs to be run from the installation directory.