Using the Adapter With Relational Databases

In this section:

The adapter enables integration with RDBMS systems by one of the following ways:

In both cases, the query or stored procedure call is expressed to the adapter in the form of an XML document.

Key features of the adapter include:


Top of page

x
Using the Adapter to Send a Request

The adapter can process SQL statements embedded in XML documents and forward them to an RDBMS (or server component) as a request. The RDBMS returns the data to the adapter, which returns the data to the client.


Top of page

x
Using the Adapter Listener

The adapter supports the capture of events from applications that write to a database. It captures the data and performs operations based on the content of table rows. The adapter reads one or more rows from the table and creates an XML document representing the column data in each row.

Additional business logic facilities can be applied to the constructed XML document, including transformation, validation, security management, and application processing. Transformations by business logic can include deleting rows or altering column values. The resulting XML is formatted and sent to the adapter for further processing.

The listener can:


iWay Software