An Odbc connection can be used when you want to create for instance a connection on an Oracle database.

Select the Odbc connection type and click Create. In the Odbc Connection dialog box click Build.

Building new connection string

Building new connection string

 

In case the ODBC data source does not exist yet on your system, create a new data source by clicking New...

Creating New Data Source

Creating New Data Source

 

Select the type User Data Source or System Data Source according to the desired availability.

odbc3

 

Select a driver for your data source. In this example an Oracle driver (OraClient 11g_home1) is selected that was installed together with the Oracle client.

odbc4

 

Create the Data Source Name, the Service Name as well as the User ID. Subsequently test the connection by clicking Test Connection.

Driver Configuration

Driver Configuration

 

When testing the connection you will be prompted to enter the password. Type the password and then click OK.

Driver Connection

Driver Connection

 

The connection string is displayed in the connection string window. The connection string contains some redundant attributes that you cannot remove.

Connection String

Connection String

 

The Connection String for the ODBC connection on the Oracle database must contain following parameters: DSN / UID / PWD / DBQ

odbc8

 

Subsequently click Test to check whether the connection could be successfully built.

icon_cross-reference

You can find more information about creating Connection Strings on http://www.connectionstrings.com.