Introduction to PowerBuilder

HomePrevious Lesson: Other Options
Next Lesson: ODBC Architecture

ODBC

ODBC (Open Database Connectivity) is a standard application programming interface developed by Microsoft. It uses SQL as the standard programming language. Irrespective of the data source's platform, an application can connect to different ODBC-compliant data sources as long as the ODBC-compliant drivers exist.

The ODBC API defines:

It defines a standard SQL grammar and two sets of function calls based on the SAG CLI specification. They are named core grammar and core functions respectively. It allows you to connect to a vast array of database systems.
HomePrevious Lesson: Other Options
Next Lesson: ODBC Architecture