Contents Index MoveRelative method Truncate method

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULTable class

Open method


Prototype 

Open(
   [ index_id ], _)
Member of UltraliteActiveX.ULTable

Description 

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.

Parameters 

indexID    An optional parameter referring to the ID of the index.


Contents Index MoveRelative method Truncate method