Pre-processing and post-processing SQL

For any component with database connectivity you can enter pre-processing and post-processing SQL statements in the Property section. Those properties allow entering SQL statements that are executed during initialization (pre-processing) or after completion (post-processing) of the component.

Some considerations are:

The following examples show pre-processing and post-processing SQL:

delete from products;
update customers 
set cu_desc = 'valid';