|
The first group "UniAccess ODBC Server for RDMS
2200", demonstrate ASP access to RDMS information. These demos use
the UniAccess Relational Service, the AIS provided UARS transaction.
The second group "UniAccess Transaction Server",
demonstrate ASP access to TIP transactions. These transactions use
the UniAccess Server-Library.
The third group "UniAccess ODBC Server for DMS
2200", demonstrate ASP access to DMS information. These demos use
the UniAccess Hierarchical Service, the AIS provided UAHS
transaction. Prior to accessing DMS data, the utility programs
schemadef and tabledef are used to create a
relational mapping to the DMS data.
|
UniAccess ODBC Server for RDMS 2200 Requests |
View Source |
Request Description |
|
select * from employee |
language.aspx.cs |
This sample demonstrates issuing a basic language request that is serviced by
the UniAccess Relational Service (UARS). |
|
uarsinfo |
uarsinfo.aspx.cs
| This sample issues a UARS language request to
retrieve OS 2200 version information and operational characteristics.
|
|
UniAccess Transaction Server Requests
|
View Source |
Request Description |
|
get_employee()
|
getemployee.aspx.cs |
This sample issues an RPC that returns a parameter and a result set. This request is
serviced by a custom UniAccess Server-Library (UASL) transaction. |
|
get_description()
|
getdescription.aspx.cs |
This sample issues an RPC that returns multiple result sets. This request is serviced by a
custom UniAccess Server-Library (UASL) transaction. |
|
UniAccess ODBC Server for DMS 2200 Requests
|
View Source |
Request Description |
|
uahsinfo |
uahsinfo.aspx.cs
|
This samples demonstrates issuing a UAHS (DMS)language request to retrieve
OS 2200 version information and operational characteristics.
|
|