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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere embedded SQL

 

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