Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_Connection_iface class

 

OpenTableWithIndex function

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

  • index_id   The index name or ordinal.

  • persistent_name   The instance name used for suspending.

Remarks

Opens a table, with the named index to order the rows.

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