Product Components
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
| Component | Description |
|---|---|
| OpenAccess SDK Clients | Components that implement the respective data access APIs in a client/server configuration. The clients are:
|
| 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. |