Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
打开表。
public virtual ULTable * OpenTable( const char * tableName, const char * indexName )
tableName 要打开的表的名称。
indexName 打开表所使用的索引的名称。传递 NULL 以在主键上打开并传递空字符串以打开未排序的表。
调用成功时返回 ULTable 对象;否则返回 NULL。
当应用程序首次打开表时,游标位置设置为 BeforeFirst()。