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

SQL Anywhere 12.0.0 » UltraLite - M-Business Anywhere Programming » Understanding UltraLite for M-Business Anywhere development » Working with data using the Table API

 

Accessing the values of the current row

At any time, a ULTable object is positioned at one of the following places.

  • Before the first row of the table.

  • On a row of the table.

  • After the last row of the table.

If the ULTable object is positioned on a row, you can use one of the ULTable get methods to get the value of each column for the current row.

 Example