(pronounced as separate letters) Short for Open DataBase Connectivity, a standarddatabaseaccess method developed by the SQL Access group in 1992. The goal of ODBC is to make it possible to access any data from any application, regardless of which database management system (DBMS) is handling the data. ODBC manages this by inserting a middle layer, called a databasedriver , between an application and the DBMS. The purpose of this layer is to translate the application's data queries into commands that the DBMS understands. For this to work, both the application and the DBMS must be ODBC-compliant -- that is, the application must be capable of issuing ODBC commands and the DBMS must be capable of responding to them. Since version 2.0, the standard supports SAG SQL.
ASP Data Access for Beginners If you are an ASPiring developer seeking a solid foundation in dynamic Web site creation, then look no further. This article details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
EnterpriseNetworkingPlanet EnterpriseNetworkingPlanet provides practical advice and news for running and managing an enterprise network. In-depth articles and news cover topics such as network management, network monitoring, servers, communications, Internet telephony, operating systems, and much more.
ODBC FAQ This page of resources from 15Seconds.com answers common questions about ODBC and provides links to articles and resources on solving ODBC problems.