UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTable class
Open(
[ index_name As String ], _
[ persistent_name As String ] _
)
Member of UltraLiteAFLib.ULTable
Opens the table so it can be read or manipulated. 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.
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.