Data Manipulation Language (DML) Generation

DML Generation transforms requests into a format that allows retrieval from native DBMS engines. Specifically, it translates the request into the Data Manipulation Language (DML) and invokes one or more data adapters. A data adapter generates the native DML of the DBMS and passes it to the DBMS for processing.

DML Generation is used when an application attempts to perform one of the following:

DML Generation is shown in the shaded portion of the solid-line circle as shown in the figure below.


iWay Software