Opens the table so it can be read or manipulated.
Open(
[ index_name As String ], _
[ persistent_name As String ] _
)
Member of UltraLiteAFLib.ULTable
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.
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.