Contents Index  ULResultSet schema property Scrolling through the rows of a table

UltraLite ActiveX User's Guide
  Understanding UltraLite ActiveX Development

Accessing and manipulating data using the table API


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
Searching for rows with find and lookup
Inserting, updating, and deleting rows
Working with BLOB data
Transaction processing in UltraLite

Contents Index  ULResultSet schema property Scrolling through the rows of a table