UltraLite ActiveX User's Guide
Understanding UltraLite ActiveX Development
UltraLite applications can access table data using dynamic SQL or the Table API. This section describes data access using the Table API.
For information about dynamic SQL, see Accessing and manipulating data using dynamic SQL.
This section explains 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.
Navigation with the Table API
Accessing the values of the current row
Searching rows with find and lookup
Inserting, updating, and deleting rows
Working with BLOB data
Transaction processing in UltraLite
SQL Anywhere Studio 9.0.1
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.