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

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » Application development » UltraLite C++ application development

 

Data creation and modification using SQL statements

UltraLite applications can access table data by executing SQL statements or using the ULTable class. This section describes data access using SQL statements.

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

  • Inserting, deleting, and updating rows.

  • Retrieving rows to a result set.

  • Scrolling through the rows of a result set.

This section does not describe the SQL language.

 See also

Data modification using INSERT, UPDATE and DELETE
Retrieving data using SELECT
Schema description creation and retrieval
SQL result set navigation