The mi_tab_name() accessor function

The mi_tab_name() function retrieves the table name that the active SQL statement or oncheck command specifies.

Syntax

mi_string* mi_tab_name(MI_AM_TABLE_DESC *tableDesc)
tableDesc
Points to the table descriptor.

Return values

The string specifies the name of the table to access. The table name is identical for each fragment in the table.