ODBC Reader

About ODBC

In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. An application written using ODBC can be ported to other platforms, both on the client and server side, with few changes to the data access code.

Source: Wikipedia

Properties

Tip: To change Reader properties double click on it.

ODBC Reader

Bulk fetch

Some ODBC drivers do not support bulk fetch. If table has blob fields use SQL as source and put blob fields last

Select field1,blob1,blob2 from table

Connection Strings

It also possible to use ODBC connection strings for both Reader and Writer connections. For example for MS SQL Server connection string is:

Driver={SQL Native Client};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

One of the major benefits of using connection strings that it makes it no longer necessary to create ODBC Dsn’s manually on every single computer where Advanced ETL Processor is installed. It also gives a greater control over the connection parameters.

Leave user name and password blank and provide it within connection string

More information about connection strings can be found at: https://www.connectionstrings.com

The simplest way to create ODBC connection string is to use ODBC Connection builder dialog. Double click on ODBC driver name to create a connection string

ODBC Connection builder

Count Number of Records

When user run a transformation, software displays a progress bar and completion percentage.

To calculate this percentage, the software must first determine the total number of records in the source table.This record-counting operation can take a significant amount of time, especially for large tables, and may negatively impact overall performance.

Disabling Count Number of Records prevents the software from counting the records before processing begins, allowing the transformation to start immediately and potentially improving performance.

Data View

Data View

Data View Toolbar

Data View Toolbar
  1. Reader Properties
  2. Refresh Data
  3. Browse Data
  4. Swap Reader and Writer
  5. Switch to Data View
  6. Switch to Data Definition View

Data Definition View

Data Definition View

Data Definition View Toolbar

Data Definition View Toolbar
  1. Reader Properties
  2. Refresh Data
  3. Print Data Definition
  4. Print Preview Data Definition
  5. Find
  6. Browse Data
  7. Swap Reader and Writer
  8. Switch to Data View
  9. Switch to Data Definition View

List of ODBC Drivers Download Links

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum

Posted on June 8, 2026 • 2 min read • 398 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License