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 the ULTable class

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

This section explains how to perform the following tasks using the ULTable class:

  • Scrolling through the rows of a table.

  • Accessing the values of the current row.

  • Using find and lookup methods to locate rows in a table.

  • Inserting, deleting, and updating rows.

    Caution

    Do not update the primary key of a row. Delete the row and add a new row instead.

 See also

Row navigation
UltraLite modes
Row insertions
Updating rows
Find and lookup modes for searching rows
Access to values in the current row
Row deletions