About 49,600,000 results
Open links in new tab
  1. What Is ODBC? - ODBC API Reference | Microsoft Learn

    Jun 25, 2024 · First and foremost, ODBC is a specification for a database API. This API is independent of any one DBMS or operating system; although this manual uses C, the ODBC API is language …

  2. Open Database Connectivity - Wikipedia

    ODBC was originally developed by Microsoft and Simba Technologies during the early 1990s, and became the basis for the Call Level Interface (CLI) standardized by SQL Access Group in the Unix …

  3. Open Database Connectivity (ODBC) - TechTarget

    Jun 25, 2024 · Open Database Connectivity (ODBC) is an open standard application programming interface (API) that allows application programmers to easily access data stored in a database.

  4. ODBC Full Form - GeeksforGeeks

    Jul 15, 2025 · ODBC, Open Database Connectivity is an important technology in the database to access and manage databases. It enables a developer to cover and effectively work with many database …

  5. What Is ODBC (Open Database Connectivity)? - Computer Hope

    Oct 3, 2024 · ODBC is a widely accepted API (Application Programming Interface) used to link or import data between different database applications. It is commonly used in various programs developed by …

  6. Understanding Database Connectivity: A Deep Dive into ODBC and …

    At its core, Open Database Connectivity is a standardized application programming interface (API) designed to provide a common language for applications to interact with databases. However, …

  7. What is ODBC and what is it used for in databases?

    ODBC is a standard API that allows very different applications to access multiple databases using SQL without depending on a specific provider. The ODBC architecture is based on an intermediate layer …

  8. What Is ODBC? - Open Database Connectivity - Definition

    What is ODBC? - ODBC is a specification for an API for accessing any database management system (DBMS), such as Microsoft SQL Server, Oracle, MySQL etc.

  9. Microsoft Open Database Connectivity (ODBC)

    Oct 31, 2024 · The Microsoft Open Database Connectivity (ODBC) interface is a C programming language interface that makes it possible for applications to access data from various database …

  10. Open Database Connectivity: What Is ODBC? - NetSuite

    May 12, 2022 · Open Database Connectivity (ODBC) is a standard that lets any application work with any database, as long as both the application and database support the standard. You can think of …