| 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.
isam_appnote.pdf
|
isam.zip
|
| ODBC IP - shows how to develop a SQL IP.
This IP provides access to ODBC compliant databases. |
|
odbcdrv_src.zip
(ASCII)
Uodbcdrv_src.zip
(Unicode)
|
| 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. |
xmldrv_src.zip |
| 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. |
sqldrv_src.zip |
| 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. |
passodbc.pdf |
passodbc.zip |
| ISQL - shows how to use DAM API for
building interactive command application. |
damisql.pdf |
damisql.zip |
| COM IP - Shows how to develop an IP
that can access a COM-based datasource. |
Com_Example.pdf |
COMExample.zip |
| CSV IP - shows how to set
up Dynamic Schema based IP to expose CSV data files and enable
Block Join support. |
CSVexample.pdf |
CSVExample.zip |
| Customize Error Messages - Shows how
to customize SDK error messages on windows. |
CustomizingErrors.pdf |
CustomizingErrors.zip
(ASCII)
UCustomizingErrors.zip
(Unicode)
|
| 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. |
PushJdbcSetup.pdf |
PushJdbcSetup.zip |
| Table expression pushdown IP(C++) -
C++ IP shows how to use the table expression pushdown feature
against databases capable of executing SQL. This IP uses ADO
for interfacing with a backend ODBC database that is capable
of processing expressions. |
pushodbcSetup.pdf |
dbpushadocpp.zip
(ASCII)
udbpushadocpp.zip
(Unicode)
|
| 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).
|
Binary
Schema.pdf |
Binary
Schema.zip
(ASCII)
UBinary
Schema.zip
(Unicode)
|
| Example2 - Sample C++ IP which can
be built to use Dynamic schema or static schema. |
Please refer to the IP Example Installation
Guide to set up this IP. |
Example2.zip
(ASCII)
UExample2.zip
(Unicode)
|
| Linking MFC IP - Shows how to link
MFC IP with our Local SDK. |
MFC
Linking.pdf |
Mfc_objs.zip |
| Building Local ODBC driver with MFC IP
- Shows how to build Local ODBC driver with Example2 IP that
uses MFC. |
mfc_local_odbc.pdf |
mfc_local_odbc.zip
(ASCII)
umfc_local_odbc.zip
(Unicode)
|
| Building OpenRDA Server driver with MFC
IP - Shows how to build OpenRDA Server with Example2 IP
that uses MFC |
mfc_server.pdf |
mfc_server.zip
(ASCII)
umfc_server.zip
(Unicode)
|
| Custom DSN Config - Shows how to create
a custom DSN configuration dialog box that allows custom properties
required by your backend to be supplied to your IP during the
CONNECT call. |
dnsconfig.pdf |
dsnconfig_local.zip
dsnconfig_cs.zip
|
| Wrdaadmin - Sample code for customizing
OpenAccess Administration Tool (Local and C/S). |
|
wrdaadmin.zip |
| MBCS IP - shows how MBCS can be used
to support Character sets such as Japanese/Chinese for identifier
names (Table, column) and Data. |
Unzip the dbmbcsdrv.zip file under {oa_root}\sdk\damip
folder
Please refer to the IP Example Installation Guide to set
up this IP. This IP uses dynamic schema and is of type
XXX. |
dbmbcsdrv.zip |