Icon HandleRequest Method

procedure HandleRequest(Request: TEWBWebServerRequest; const
      DatabaseName: String='')

Usage

Use this method to automatically handle the incoming TEWBWebServerRequest web server request instance for the native server module.

This method will automatically call the GetDataSets, GetDataSetAdapter, and CommitTransaction methods as necessary.

The request will be handled according to the database access API for the web server. Please see the Web Server Database Access API topic under the Using the Web Server section in the Elevate Web Builder manual for more information on how the API requests should be structured.
Image