UltraLite for MobileVB User's Guide
Understanding UltraLite for MobileVB Development
UltraLite applications can access data in an Ultralite database using Dynamic SQL. This section covers the following topics:
Scrolling through the rows of a table.
Accessing the values of the current row.
Locating rows in a table.
Inserting, deleting, and updating rows.
Data manipulation: INSERT, UPDATE and DELETE
Data retrieval: SELECT
Navigating through dynamic SQL result sets
Result set schema description