| United States-English |
|
|
|
![]() |
ALLBASE/SQL Advanced Application Programming Guide: HP 3000 MPE/iX Computer SystemsChapter 3 Comparing Static and Dynamic SQL |
|
Table of Contents An ALLBASE/SQL application can contain both static and dynamic SQL statements. A static statement involves the preparation and storing of a section at preprocessing time and the execution of that stored section at run time. A dynamic statement involves the preparation and execution of a section at runtime. Some statements do not require a section, and they are also classified as dynamic. Each type of statement has advantages and disadvantages as listed below:
Note that all objects referenced by a statement, whether it is static or dynamic, must be present in the DBEnvironment in which the application is running. The following are dynamic statements:
Any statement that is not coded as a parameter of one of the above statements and requires a stored section in order to execute is a static statement. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||