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

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » Understanding UltraLite for M-Business Anywhere Development

The ResultSetSchema object Next Page

Working with data using the table API


UltraLite applications can access table data using SQL or the Table API. This section describes data access using the Table API.

For information about SQL, see Working with data using SQL.

This section explains how to perform the following tasks using the Table API.


Navigation with the Table API
Accessing the values of the current row
Searching rows with find and lookup
Inserting, updating, and deleting rows
Working with BLOB data
Managing transactions