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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Embedded SQL

Retrieving values Next Page

Fetching data


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


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