

By a third-party application, we mean tools like Power BI, Tableau, Microsoft Excel, etc.
32 BIT ODBC MANAGER DRIVERS
Here’s an example of ODBC connection string:ĭRIVER= Direct=True Host=127.0.0.1 SID=ORCL1020 User ID=John Password=Doeĭevart ODBC Drivers are powerful connectors for a host of database management systems and cloud services that allow you to connect to your data from virtually any third-party application or programming language that supports the ODBC API. The required information is different depending on the specific driver and database. Parameters may include information about the data source name, server address and port, username and password, security protocols, SQL dialects, and many more. The ODBC driver connection string is a parameterized string that consists of one or more name-value pairs separated by semi-colons. The ODBC interface provides for maximum interoperability – an application that is independent of any DBMS, can access data in various databases through a tool called an ODBC driver, which serves as an interface between an external program and an ODBC data source, i.e.


Open Database Connectivity (ODBC) is a standard application programming interface that allows external applications to access data from diverse database management systems.
