Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » Application Development » Developing applications 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 no rows or returns exactly one row.

  2. The SELECT statement returns multiple rows.


Fetching one row
Fetching multiple rows