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.

 See also

Row navigation
UltraLite modes
Row insertion
Updating rows
Search rows with find and lookup modes
Access values of the current row
Deleting rows