Memory Data
Purpose
This example shows how to create and populate a virtual dataset dynamically.
The client displays two grids:
-
Top Grid: this displays the primary keys of one or more datasets from Northwind. Supply the names of the datasets required in a comma separated list, e.g. Regions, Customers, Employees.
-
Bottom Grid: this displays the names and sizes of files contained in the specified disk folder.
Examine the Code
-
See the simple code in NewService_Impl.pas.