Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » UltraLite - .NET Programming » UltraLite.NET application development

 

Data creation and modification using the ULTable class

UltraLite applications can access table data using SQL statements or by using the ULTable class. This section describes data access using the ULTable class.

This section explains how to perform the following tasks using the Table API:

  • Scroll through the rows of a table.

  • Access the values of the current row.

  • Use find and lookup methods to locate rows in a table.

  • Insert, delete, and update rows.

 See also

Row navigation
UltraLite modes
Row insertion
Row updates
Row searches
Row retrieval
Row deletions