|
OpenAccess API SDK
OpenAccess API SDK provides the toolkit and the run-time
software components needed to implement an ODBC or OLE DB API
to SQL databases within weeks. The toolkit is used to build a SQL
Interface Provider (IP) to the your SQL compatible data source through
the implementation of a defined SQL IP API.
You can implement a ODBC API or OLE DB provider with
SQL support if your database supports ODBC compliant SQL. You
can implement an OLE DB Provider for a database with support
for a custom language.
OpenAccess SDK is suited for making desktop or server based data
sources accessible through ODBC or OLE DB. It provides 90% of the
code that is required to implement a standardized API. The other
10% of the code resides between our API layer and your database.
This is the code you write to take commands from our layer and execute
using your database. Whether implementing a local or client/server
solution, you write your code with very little concern for the ODBC
or OLE DB interfaces, networking, optimization, data types, and
many other issues.
Licensees under support can download
the Standard OpenAccess SDK and the ODBC IP from our samples
page.
|