OpenAccess SDK Clients | Components that implement the respective data access APIs in a client/server configuration. The clients are: • OpenAccess SDK Client for ODBC (the ODBC Client) • OpenAccess SDK Client for JDBC (the JDBC Client) • OpenAccess SDK Client for ADO (the ADO Client) • OpenAccess SDK Client for ADO.NET (the ADO.NET Client) All of these clients can be used in a client/server configuration; in such a configuration, the OpenAccess SDK Clients communicate with the OpenAccess SDK Server using TCP/IP. |
OpenAccess SDK Server | Server component for handling requests from the OpenAccess SDK Clients over TCP/IP. The OpenAccess SDK Server interfaces with the OpenAccess SDK SQL engine or a third-party SQL engine to execute SQL statements. |
OpenAccess SDK Local Client | Components that implement the respective data access APIs in a local configuration. The client is: • OpenAccess SDK Local Client for ODBC (the Local ODBC Client) |
OpenAccess SDK Local Server | Component for a local configuration that handles requests from the OpenAccess SDK Local Client in the same process, and sends the requests to the OpenAccess SDK SQL engine or third-party SQL engine. |
OpenAccess SDK SQL engine | A SQL engine that uses the IP to execute queries against the data source. |
OpenAccess SDK Interface Provider (IP) Software Development Kit | The C/C++ header file, Java classes, and .NET classes that are required to develop an IP. |