Difference between revisions of "ODBC Service"
From ESS-WIKI
Line 3: | Line 3: | ||
[[File:ODBC architect.png|center|250x450px|ODBC architect.png]] | [[File:ODBC architect.png|center|250x450px|ODBC architect.png]] | ||
− | Open Database Connectivity (ODBC) is a standard API for access database. It design independent of database systems and operating systems. | + | |
+ | |||
+ | Open Database Connectivity (ODBC) is a standard API for access database. It design independent of database systems and operating systems. | ||
ODBC handler can become multi-module interface. User just store data in csv file and ODBC handler can upload data to Cloud. | ODBC handler can become multi-module interface. User just store data in csv file and ODBC handler can upload data to Cloud. |
Revision as of 03:24, 18 May 2018
Introduction
Open Database Connectivity (ODBC) is a standard API for access database. It design independent of database systems and operating systems.
ODBC handler can become multi-module interface. User just store data in csv file and ODBC handler can upload data to Cloud.