Skip to main content

ODBC query

Overview

Open Database Connectivity (ODBC) is a standard application programming interface (API) designed to unify access to SQL databases. An ODBC query allows the extraction of specific information sets from those databases.

tip

The ODBC Query source support batch syncs.

## Info tab

You can find the parameters in the Info tab below (Image 1).

Values

ParameterDescriptionExample
TitleMandatory. Input a name for your data syncODBC Query to Cinchy
DescriptionOptional. Add in a description for your sync. There is a 500 character limit in thie field.
VariablesOptional. Review our documentation on Variables here for more information about this field.
PermissionsData syncs are role based access systems where you can give specific groups read, write, execute, and/or all of the above with admin access. Inputting at least an Admin Group is mandatory.

Source tab

The following table outlines the mandatory and optional parameters you will find on the Source tab (Image 2).

The following parameters will help to define your data sync source and how it functions.

ParameterDescriptionExample
SourceMandatory. Select your source from the drop-down menu.ODBC
Connection StringMandatory. Encrypted connection string to ODBC Driver. Example Connection Strings.
QueryShould be a SELECT statement.Select * from dbo.employees
Test ConnectionUse "Test Connection" button to validate credentials. "Connection Successful" or "Connection Failed" pop-up will appear.

Image 2: The Source Tab

## Next steps