A brief detail on ODBC: Open Database Connectivity
Author: Manish Shrivastava
Very often in web design and development processes, databases are connected with different front-end applications. ODBC or Open Database Connectivity is the utility that helps in establishing those database connections. It is primarily an open standard Application Programming Interface or API for accessing a database.
ODBC is a step towards platform independent data-access [...]