4D v16.3GET MISSING TABLE NAMES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
GET MISSING TABLE NAMES
|
GET MISSING TABLE NAMES ( missingTables ) | ||||||||
Parameter | Type | Description | ||||||
missingTables | Text array |
![]() |
Names of missing tables in the database | |||||
The GET MISSING TABLE NAMES command returns the names of all the missing tables of the current database in the missingTables array.
Missing tables are tables whose data are present in the data file but that do not exist at the level of the current structure. This can happen when a data file is opened with different versions of the structure.
Typically, the scenario is as follows:
Once you have identified the missing tables of the database, you can reactivate them via the REGENERATE MISSING TABLE command.
Note: The data of missing tables are erased when the data file is compacted (if the tables have not been regenerated).
Product: 4D
Theme: Structure Access
Number:
1125
Created: 4D v12
missing tables
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)