+-- , --+ V | >>--EXEC ADO-.--------------------.-PREPARE TO FILL-datatable_name--> +-USING dataset_name-+ >--END-EXEC---><
datatable_name | The DataTables that are prepared to be filled by the data source. |
dataset_name | The DataSet reference to be used. If you do not specify dataset_name, the current DataSet is used. |
EXEC ADO PREPARE TO FILL Customers, Orders, "Order Details" END-EXEC
Comments:
After using PREPARE TO FILL to specify the DataTables that are to be loaded by the data source, use the TO FILL statement to specify how to retrieve the data from the data source. The FILL statement completes the process.