show / hide menu

DataSource Functions

This section describes all the functions related to the datasource execution. There are two types of datasources. One is the Form DataSource which is used for inserting, updating, deleting and selecting records. The second type is control datasources which are related to the list controls.

To execute the command for Form DataSource we will be using ExecuteCommand function, the control datasources can be executed using the FillData function.