SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

unixODBC Driver Manager Installation and Configuration

An ODBC (Open Database Connectivity) driver is a standardized interface that allows applications to connect to and query a database engine — such as SAP HANA or SAP Data Lake Relational Engine — without being tightly coupled to a specific database API. Developers use it to establish connections from client applications or tools by configuring a Data Source Name (DSN) that references the driver and target database. On Linux environments, a driver manager such as unixODBC is typically installed and configured to manage these ODBC driver registrations and connections.

Tutorials that teach this

Prerequisites

Concepts that build on this