ASA Programming Guide
Embedded SQL Programming
There are two ways to embed SQL statements into a C program:
Static statements
Dynamic statements
Until now, we have been discussing static SQL. This section compares static and dynamic SQL.
Static SQL statements
Dynamic SQL statements
Dynamic SELECT statement