4D v14.3

VERIFY CURRENT DATA FILE

Home

 
4D v14.3
VERIFY CURRENT DATA FILE

VERIFY CURRENT DATA FILE 


 

VERIFY CURRENT DATA FILE {( objects ; options ; method {; tablesArray {; fieldsArray}} )} 
Parameter Type   Description
objects  Longint in Objects to check
options  Longint in Checking options
method  Text in Name of 4D callback method
tablesArray  Longint array in Numbers of tables to be checked
fieldsArray  2D Integer array, 2D Longint array, 2D Real array in Numbers of indexes to be checked

The VERIFY CURRENT DATA FILE command carries out a structural check of the objects found in the data file currently opened by 4D.

This command has the same functioning as the VERIFY DATA FILE command, except that it only applies to the current data file of the open database. It therefore does not require parameters specifying the structure and data.

Refer to the VERIFY DATA FILE command for a description of the parameters.

If you pass the VERIFY CURRENT DATA FILE command with no parameters, the verification is carried out with the default values of the parameters:

When this command is executed, the data cache is flushed and all operations accessing the data are blocked during the verification.

 
PROPERTIES 

Product: 4D
Theme: 4D Environment
Number: 1008

 
HISTORY 

Modified: 4D v11 SQL Release 4

 
SEE ALSO 

VERIFY DATA FILE

 
ARTICLE USAGE

4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)

Parent of : VERIFY CURRENT DATA FILE ( 4D v11 SQL Release 6)