Difference between revisions of "ODBC Service"

From ESS-WIKI
Jump to: navigation, search
Line 7: Line 7:
 
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 service can become multi-module interface. User just store data in csv file and ODBC handler can upload data to Cloud.
 +
 
 +
 
 +
 
 +
= ODBC Service =

Revision as of 04:27, 18 May 2018

Introduction

ODBC architect.png


Open Database Connectivity (ODBC) is a standard API for access database. It design independent of database systems and operating systems.

ODBC service can become multi-module interface. User just store data in csv file and ODBC handler can upload data to Cloud.


ODBC Service