|
ARC TECHNOLOGY > Database Communication
ARC technology is designed with the consideration of fundamentals of
database communication and structure of SQL queries.
Open Database Connectivity (ODBC) is the most common and most successful standard used to
connect to a relational database. Today, most database vendors provide their users ODBC drivers in addition to
native drivers to enable access to their database and some vendors use ODBC exclusively. These ODBC driver can be used to access databases and
deliver data to ODBC and OLE DB applications.
All database servers communicate with external world using server
level technology governed by specific database protocol for example
TDS for MS SQL, TNS for Oracle and UDB for DB2. Native database
clients directly communicate with the above server level protocols.
ODBC clients have specific drivers that understand these protocols.
ARC technology is based on deep understanding of these database communication protocols and built using high-performance heuristic algorithms.
|