Dynamic Request

The Dynamic Request component, included with Remoting SDK for Delphi and with Data Abstract for .NET is a component that allows for calls to remote services without having imported a RODL first or using hardcoded calls.

Data Abstract depends on this component to fill the datasets and update the data from datasets back to the server. A dynamic request is usually done by predefining a set of parameters, with their values and then calling the execute method.

See Also