|
Overview
OpenAccess .NET Data Provider
SDK
OpenAccess .NET Data Provider SDK provides the toolkit and the
run-time software components needed to implement a .NET provider
for your data source within weeks -- easily enable your data source
to plug and play in Microsoft's .NET Framework through ADO.NET.
The toolkit is used to build an Interface Provider (IP) to your
data source through the implementation of a defined API consisting
of 10 functions.

OpenAccess SDK is suited for making desktop or server based data
sources accessible through .NET data provider. It provides 99% of
the code that is required to open up a database. The other 1% of
the code resides between our SQL engine and your database. This
is the code you write to take information from the SQL engine and
to use it to process rows of data from your database. Whether implementing
a local or client/server solution, you write your code with very
little concern for the ODBC, OLE DB, .NET, and JDBC interfaces,
SQL, networking, optimization, data types, and many other issues.
You worry about taking a request to process data for which we provide
you all the information you need to do it optimally. The 1% code
you write can be written in C, C++, Java, or a .NET language and
this code is the same regardless of whether you want to support
ODBC, JDBC, OLE DB, or ADO.NET.
|