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

SQL Anywhere 12.0.0 (Français) » UltraLite - C and C++ Programming » Application development » Developing applications using the UltraLite C++ API » Accessing data using ULTable class

 

Accessing the current row

A ULTable object is always located at one of the following positions:

If the ULTable object is positioned on a row, you can use one of a set of methods appropriate for the data type to retrieve or modify the value of the columns in that row.

 Retrieving column values
 Modifying column values
 Casting values