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

SAP Sybase SQL Anywhere 16.0 » UltraLite - .NET Programming » UltraLite.NET application development » Data creation and modification using the ULTable class

 

Row retrieval

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

  • Before the first row of the table.

  • On a row of the table.

  • After the last row of the table.

If the Table 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 each column.

 Retrieving column values
 Examples
 Modifying column values
 Example
 Casting values
 See also