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

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULTable class

MoveRelative method Next Page

Open method


Opens the table so it can be read or manipulated.

Syntax

Open(
[ index_name As String ], _
[ persistent_name As String ] _
)
Member of UltraLiteAFLib.ULTable

Parameters

index_name    An optional parameter referring to the name of the index.

persistent_name    For Palm Computing Platform applications, an optional parameter referring to the stored name of the table.

Remarks

By default, the rows are ordered by primary key. By supplying an index name, the rows can be ordered in other ways.

The cursor is positioned before the first row in the table.