DtvLong dal_dbi_ren_elm (idn, tab)

Enumerates the internal ident numbers in the original table and in all join tables defined in the DataView data dictionary.

Input Parameters Significance
DtvLong idn start ident number of the re-enumerating
char *tab name of the original table of the record

Output Parameters Significance
no -

Return Code Significance
0 no error
1 original table not registered in DataView data dictionary
-1 data base error

Executing this function may take extremely long depending on the amount of data.

Attention! Execute this function in single-user mode only. No other user may be logged in at the same time.

Attention! Save the data of your application before executing this function. Any interuption of the running program or system crashes while the function is being executed will result in inconsistencies or losses in your data stock.