OpenTable function

Opens a table.

Syntax
UltraLite_Table * UltraLite_Connection_iface::OpenTable(
  const ULValue & table_id,
  const ULValue & persistent_name
)
Parameters
  • table_id   The table name or ordinal.

  • persistent_name   The instance name used for suspending.

Remarks

When the application first opens a table, the cursor position is set to BeforeFirst().