Contents Index Result set schema description Data manipulation internals

UltraLite for MobileVB User's Guide
  Understanding UltraLite for MobileVB Development

Accessing data using the table-based API


UltraLite applications can access data in tables in a row-by-row fashion. This section covers the following topics:

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
Fetching BLOB data
Searching for rows with Find and Lookup
Inserting updating, and deleting rows

Contents Index Result set schema description Data manipulation internals