UltraLite_Table * UltraLite_Connection_iface::OpenTable(
const ULValue & table_id,
const ULValue & persistent_name
)
table_id The table name or ordinal.
persistent_name The instance name used for suspending.
Opens a table.
When the application first opens a table, the cursor position is set to BeforeFirst().