|
OpenAccess SDK Samples 5.5
Download and install any of the following example IPs by downloading
the usage note and the associated source code files in the Download
column.
For OpenAccess SDK 5.0 Samples click
here
|
IP Samples - SDK for C/C++
|
| Description |
Usage Note |
Download |
| ISAM IP - shows how to
access ISAM files using the standard C-ISAM API. This is
a reference implementation based on the Informix C-ISAM API
that can be customized for accessing Byte Designs ISAM, any
Cobol ISAM files, or home grown file formats. |
Full documentation is included with the code download. Download
the application note below for an overview.
Download

|
Downlaod
|
| ODBC IP - shows how to
develop a SQL IP. This IP provides access to ODBC
compliant databases. |
|
Download
|
| XML IP - shows how to use
SQL passthrough mode to execute a query and return results
in XML format. |
Please refer to the IP Example
Installation Guide to set up this IP. In the instructions substitute
all occurrences of {example} with xml. This IP uses
dynamic schema and is of type XML. |
Download |
| SQL pass-through ODBC IP
- shows how to use passthorugh mode against ODBC databases.
This IP walks through the elements of the query and formats
the query for backend database. |
Download
|
Download
(ASCII)
Download
(Unicode)
|
| SQL pass-through IP template
- shows how to use the passthrough mode against databases capable
of executing SQL. This IP walks through the elements of the
query and prints them out. |
Please refer to the IP Example
Installation Guide to set up this IP. In the instructions substitute
all occurrences of {example} with sqlpass. This
IP uses dynamic schema and is of type XXX. |
Download |
| COM IP - Shows how to develop
an IP that can access a COM-based datasource. |
Download
 |
Download |
| CSV IP - shows
how to set up Dynamic Schema based IP to expose CSV data files
and enable Block Join support. |
Download
|
Download |
| Binary Schema Example -
Shows how to speed up access to static schema information by
converting schema information into a binary format (generate
a binary schema file). |
Download
 |
Download
|
| Linking MFC IP - Shows
how to link MFC IP with our Local SDK. |
Download
 |
Download |
| Building Local ODBC driver
with MFC IP - Shows how to build Local ODBC driver with
Example2 IP that uses MFC. |
Download
|
Download
|
| Building OpenRDA Server driver
with MFC IP - Shows how to build OpenRDA Server with Example2
IP that uses MFC |
Download
|
Download
|
|
IP Samples - SDK for Java
|
| Description |
Usage Note |
Download |
| Table expression pushdown IP
- Java IP shows how to use the table expression pushdown
feature against databases capable of executing SQL. This IP
walks through the elements of the query, build it and then execute
it against OpenAccess Local JDBC driver for DB3 IP. |
Download
|
Download |
| SQL pass-through JDBC IP
- shows how to use passthrough mode against JDBC databases.
This IP walks through the elements of the query and formats
the query for backend database |
Download
|
Download |
|
Application Samples - using ODBC/OLE DB from applications
|
| Description |
Usage Note |
Download |
| VB6 and ADO - shows how
to use the OpenAccess OLE DB Provider from Visual
Basic 6.0. |
Download the file and open the project in VB 6.0. The object
has been created to connect through one of our OLE DB Providers
and run queries on the sample EMP table (the output fields
are specific to this table). Detailed comments can be found
on the main form.
|
Download |
| VB Script and ADO
- shows how to use the OpenAccess OLE DB Provider
from VB Script within an HTML page. |
The sample code is set up to connect
to test_local database using the Local OLE DB Provider.
You can use it in client/server mode by changing the Provider
to OpenRDA and the database to your database name on the server. |
Download |
| ASP, VB Script and ADO
- shows how to use the OpenAccess OLE DB Provider
from VB Script within an ASP page. |
The sample code is set up to connect
to test_local database using the Local OLE DB Provider.
You can use it in client/server mode by changing the Provider
to OpenRDA and the database to your database name on the server. |
Download |
| ODBCISQL - shows how to
use ODBC API for building interactive command application. |
Download
 |
Download
(ODBC 2.x)
Download
(ODBC 3.x)
|
| DAMISQL - shows
how to use DAM API for building interactive command application. |
Download
 |
damisql.zip |
| .NET Web Service
and ODBC - Shows how to use OpenAccess ODBC SDK to work
in the Microsoft supplied .NET Web Service environment. |
Download
|
Download |
| .NET Web Service
and OLE DB - Shows how to use OpenAccess OLE DB SDK to work
in the Microsoft supplied .NET Web Service environment. |
Download
|
Download |
|