UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULTable class
Open(
[ index_id ], _)
Member of UltraliteActiveX.ULTable
Opens the table so it can be read or manipulated. By default, the rows are ordered by primary key. By supplying an index , the rows can be ordered in other ways.
The cursor is positioned before the first row in the table.
indexID An optional parameter referring to the ID of the index.