Entering content frame

 Dynamic SQL Statements 

Use dynamic SQL statements if you do not know the structures of the database tables during the programming phase, and the embedded SQL statements can change at runtime of the application program.

If the SQL statements and table structures do not change at runtime, use static SQL statements.

You can formulate the following types of dynamic SQL statements:

Dynamic SQL statements without parameters

Dynamic SQL statements with parameters

 

Leaving content frame