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

Database encryption and obfuscation Next Page

Working with data using SQL


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

For information about the Table API, see Working with data using the table API.

This section explains how to perform the following tasks using SQL.

This section does not describe the SQL language itself. For more information about SQL features, see SQL Anywhere® Server - SQL Reference.


Data manipulation: INSERT, UPDATE and DELETE
Data retrieval: SELECT
Navigation with SQL
The ResultSetSchema object