NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
D-80
Features of Dynamic SQL
character host variable, and then compiles and executes it. With dynamic SQL
statements, you must perform some additional operations (such as building descriptors
for host variables) that are performed for you when you use static SQL statements.
After compilation, SQL executes statements in the same way, whether they are dynamic
or static. SQL places the results of dynamic SQL statements into output variables; you
can use DESCRIBE to obtain information about those variables.
For more information about dynamic SQL, see the NonStop SQL/MP programming
manual for your host languages.