UltraLite ActiveX User's Guide
Understanding UltraLite ActiveX Development
UltraLite applications can access data in an Ultralite database using Dynamic SQL or the table API.
For information about Dynamic SQL, see Accessing and manipulating data using Dynamic SQL.
UltraLite access table data in a row-by-row fashion. The following sections explain how to perform the following tasks using the table API:
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.
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
Working with BLOB data
Transaction processing in UltraLite