Contents Index Fetching more than one row at a time Static SQL statements

ASA Programming Guide
  Embedded SQL Programming

Static and dynamic SQL


There are two ways to embed SQL statements into a C program:

Until now, we have been discussing static SQL. This section compares static and dynamic SQL.


Static SQL statements
Dynamic SQL statements
Dynamic SELECT statement

Contents Index Fetching more than one row at a time Static SQL statements