ODBC Driver for Zoho CRM

Connection String Parameters



Zoho CRM ODBC Connection String Parameters

The following table lists the connection string parameters for Zoho CRM.

Parameter Description

Version

Used to specify the Zoho CRM API version. The choice of the API version will impact the syntax, output and methods available to you.

  • Ver2 - Zoho CRM API 2.0. will be used. The default value.
  • Ver1 - Zoho CRM API 1.0. is deprecated now by Zoho CRM.

Domain

Specifies the URL to the Zoho CRM. Now the available domains are:

  • crm.zoho.com
  • crm.zoho.eu
  • crm.zoho.in
  • crm.zoho.com.cn

If new domains appear in Zoho CRM, you can specify them by yourself in the connection string or in the cofiguration dialog.

Refresh Token

A refresh token allows the driver to generate a new access token. See the section on Obtaining Refresh Token for more information. To save your refresh token in DSN Settings, select the Save Token.

Proxy Settings

Proxy Server

The proxy hostname or IP address.

Proxy Port

The proxy port.

Proxy User

The proxy username.

Proxy Password

The proxy password.

Advanced Settings

Allow NULL strings

To retrieve metadata, not all parameters according to MSDN can accept a null value. If NULL, the driver should return an error. But some 3rd-party tools pass NULL to the parameters. These options should be enabled for compatibility with such tools.

Empty strings as NULL

Connection Timeout

The time (in seconds) to wait for a connection to open before terminating an attempt. The default value is 60.

Non Approved Records

Enables retrieval of non-approved records from Zoho CRM. The default value is False.

ODBC Behavior

Used to set the behavior corresponding to the ODBC specification version that a third-party tool expects. The behavior of ODBC driver can be changed by setting a value for the SQL_ATTR_ODBC_VERSION attribute by calling the SQLSetEnvAttr function. But some third-party tools expect the driver to exhibit ODBC 2.x behavior, but forget to call SQLSetEnvAttr with the specified version or pass an incorrect value there. In this case, the required behavior can be explicitly specified in the Connection String by setting the ODBC Behavior parameter. The possible values are:

  • Default - default ODBC behavior determined by a third-party tool.
  • Ver 2.x - ODBC 2.x behavior is explicitly set.
  • Ver 3.x - ODBC 3.x behavior is explicitly set.

Normalize DB Names

Replaces the . character in column names with the _ character. Enable the option for third-party tools that don't support the . character in column names.

RegionalNumberSettings

Enables the use of local regional settings when converting numbers to strings.

RegionalDateTimeSettings

Enables the use of local regional settings when converting dates and times to strings.

ReturnForeignKeys

Use the option to specify whether the driver must return foreign keys. Retrieving metadata about foreign key constraints is a time-consuming operation; many third-party tools request foreign key metadata even whey they do not actually need this information. Note that enabling the option may degrade performance of data access operations. The default value is False.

String Types

Sets the string value types returned by the driver as Default, Ansi or Unicode.

  • Default - the driver defines the string types.
  • Ansi - all string types will be returned as SQL_CHAR, SQL_VARCHAR and SQL_LONGVARCHAR.
  • Unicode - all string types will be returned as SQL_WCHAR, SQL_WVARCHAR and SQL_WLONGVARCHAR.

The parameter value should be changed if any third-party tool supports only Ansi string types or Unicode ones.

Query API

This option allows querying Zoho CRM data through COQL (CRM Object Query Language). Enabling the option increases the performance of queries and operations that utilize filters. However, not all fields are natively supported in SELECT and WHERE; other COQL limitations are also applied.

QueryTimeout

The time to wait for a query execution result before terminating and generating an error.

UTC Dates

Specifies whether all the datetime values retrieved from the data source are returned as UTC values or converted to local time and whether the date values specified on the application side (e.g., in SQL statements) are considered UTC or local. The default value is false.

Zoho CRM Connection String sample

DRIVER={Devart ODBC Driver for Zoho CRM};Domain=crm.zoho.com;Refresh Token=2000.5b7d40a77a03d2c3bd60383050b6de99508c4.f3473e88b3f49da1cfa6a40ee1cea254

© 2015-2024 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback