What Is Open Database Connectivity? How Does It Work?
Answers
A database is an organized form of data. Different application is based on these databases. Different databases management systems use different format to store and manage the data. For instance, MS Access stores data in the form of 'mdb' files while in FoxPro "dbf" format is used.
Normally the applications are developed for a particular database management system. If we change this database management system, we also have to modify the application to access the data from this new DBMS.
Thus, open database connectivity is a technique for accessing the database from different database management system while keeping the front end applications unchanged.
But it requires a method of translation between applications this application and database management systems such that when application issues a command to access data from a database. It is first translated in a format that is understandable by that particular database management system.
Therefore, an application requires different translators to communicate with databases created by different DBMS. These translators are known as ODBC drivers. ODBC stands for open database connectivity. Applications use an API (application programming interface). These API are actually the set of functions that are called by application programs to perform a particular task. This API call is passed on to a particular ODBC driver. The ODBC then issues a command in the language of DBMS.
answered 1 year ago
- How can a database connect with cobol?
- How to give a database connection in asp using ODBC?
- Where will the database connection will be stored ?
- How Is Create Database Connection In Vb
- I Am Appealing My Unemployment Claim. I Lost My Job Because My Baby Sitter Quit. No Daycare Were Opened For The Hours That I Worked. So I Ha...



