Icon TEWBDataSetAdapter

Unit: ewbdatasetadapter

Inherits From TComponent

The TEWBDataSetAdapter component is used in conjunction with the TEWBDatabaseAdapter component to implement a custom database access API in a native server module. A custom database access API will often deal with data from a data source that isn't supported by the web server's built-in database access or needs to perform special processing for database requests.

The TEWBDataSetAdapter component implements the following functionality:
  • Preparing and executing dataset commands for select operations for retrieving dataset rows.


  • Preparing and executing dataset commands for column select operations for retrieving dataset BLOB columns.


  • Preparing and executing dataset commands for insert, update, and delete operations during transaction commits.


Image