Preprocessing and postprocessing SQL statements

For any component with database connectivity, you can enter preprocessing and postprocessing SQL statements in the Property window of the components. Those properties allow you to enter SQL statements that are executed during initialization (preprocessing) of the component or after completion (postprocessing) of the project.

Some considerations:

These examples show preprocessing and postprocessing SQL:

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