The following table lists the connection string parameters for Zoho Billing.
Parameter | Description |
---|---|
|
The location of your Zoho Billing data center to connect to. |
|
A numeric id of the organization to connect to. |
|
The renewed access token. Sign in with Zoho Billing to have the renewed token assigned automatically. |
Proxy Settings |
|
|
The proxy hostname or IP address. |
|
The proxy server account ID. |
|
The proxy password. |
|
The proxy port. |
Advanced Settings |
|
|
To retrieve metadata, not all parameters according to MSDN can accept a null value. If |
|
|
|
The time (in seconds) to wait for a connection to open before terminating an attempt. The default value is |
|
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:
|
|
Enables the use of local regional settings when converting numbers to strings. |
|
Enables the use of local regional settings when converting dates and times to strings. |
|
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 |
|
Sets the string value types returned by the driver as Default , Ansi or Unicode .
The parameter value should be changed if any third-party tool supports only |
|
The time to wait for a query execution result before terminating and generating an error. |
|
Select this option to reduce the number of API calls. Otherwise, additional extended API requests will be performed to query values of lacking fields. |
|
Select this option to access custom table fields, allowing users to perform customization of the required parameter fields. |
|
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 |
DRIVER=Devart ODBC Driver for Zoho Billing;Data Center=Europe;Organization Id=20079548836;Refresh Token=2000.5b7d40a77a03d2c3bd60383050b6de99508c4.f3473e88b3f49da1cfa6a40ee1cea254 |