Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Opens a table.
public virtual ULTable * OpenTable( const char * tableName, const char * indexName )
tableName The name of the table to open.
indexName The name of the index to open the table on. Pass NULL to open on the primary key and the empty string to open the table unordered.
The ULTable object when the call is successful; otherwise, returns NULL.
The cursor position is set before the first row when the application first opens a table.