Contents Index Connection management with multiple SQLCAs SELECT statements that return at most one row

ASA Programming Guide
  Embedded SQL Programming

Fetching data


Fetching data in embedded SQL is done using the SELECT statement. There are two cases:

LONG VARCHAR and LONG BINARY data types are handled differently to other data types. For more information, see Retrieving LONG data.


SELECT statements that return at most one row
Using cursors in embedded SQL
Fetching more than one row at a time

Contents Index Connection management with multiple SQLCAs SELECT statements that return at most one row