UltraLite C++ User's Guide
Understanding UltraLite Development
UltraLite applications can access data in tables in a row-by-row fashion. This section covers the following topics:
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.
The section also provides a lower-level description of the way that UltraLite operates on the underlying data to help you understand how it handles transactions, and how changes are made to the data in your database.
Data manipulation internals
Scrolling through the rows of a table
Accessing the values of the current row
Searching for rows with find and lookup
Inserting updating, and deleting rows