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 SQL statements

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

The following tasks can be performed using SQL statements:

  • Inserting, deleting, and updating rows.

  • Retrieving rows to a result set.

  • Scrolling through the rows of a result set.