Tuesday, 17 January 2017

ODBC

ODBC stands for Open Database Connectivity. ODBC is a standard or specifications or abstracts given by Microsoft for developing database independent programs. ODBC is a specification written in C language. ODBC is given by Microsoft in-order to develop database independent applications.

Advantage of ODBC

1. Application is database independent

Disadvantage of ODBC

1. As it is written in C language so it is platform dependent.
2. Because ODBC drivers are platform dependent, application also becomes platform dependent.


No comments:

Post a Comment