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

SQL Anywhere 17 » UltraLite - C++ Programming » Application development » UltraLite C++ application development

Data creation and modification in UltraLite C++ using the ULTable class

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

The following tasks can be performed using the ULTable class:

  • 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.

    Caution

    Do not update the primary key of a row. Delete the row and add a new row instead.