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

SQL Anywhere 17 » UltraLite - .NET Programming » UltraLite.NET application development

Data creation and modification in UltraLite.NET using the ULTable class

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

The following tasks can be performed 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.