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 - AppForge Programming » Understanding UltraLite Development with AppForge

Encryption and obfuscation Next Page

Working with data using dynamic SQL


UltraLite applications can access table data using dynamic SQL or the Table API. This section describes data access using dynamic 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 dynamic SQL.

This section does not describe the SQL language itself. For information about SQL features, see SQL Language Elements.

The sequence of operations required is similar for any SQL operation. For an overview, see SQL Statements.


Data manipulation: INSERT, UPDATE, and DELETE
Data retrieval: SELECT
Navigation with dynamic SQL
ULResultSet schema property