Choose an interface to access the ODBC driver

There are different programming interfaces that can be used with the iSeries™ Access for Windows® ODBC Driver. Each interface has its strengths and weaknesses.

Three of the more common programming interfaces are ActiveX Data Objects (ADO), Rapid Application Development (RAD) tools, and ODBC APIs. The supported languages, reasons for using, and sources of more information for these three interfaces, are provided below.

ActiveX Data Objects (ADO)

ADO refers to ActiveX Data Objects and is Microsoft's high level object model for data access.

Rapid Application Development (RAD) tools

Rapid Application Development tools are tools that help in creating applications quickly. The tools make it so that the application writer does not have to know much about the ODBC specification.

Direct ODBC API calls

Direct ODBC API calls are when an application is written directly to the ODBC specification.