Contents Index Using indicator variables to handle NULL Fetching one row

UltraLite Embedded SQL User's Guide
  Data Access Using Embedded SQL

Fetching data


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

  1. The SELECT statement returns at most one row.

  2. The SELECT statement may return multiple rows.


Fetching one row
Fetching multiple rows

Contents Index Using indicator variables to handle NULL Fetching one row