4D v16.3

VERIFY CURRENT DATA FILE

Home

 
4D v16.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.

If a log file has been generated, its complete pathname is returned in the Document system variable.

If the callback method does not exist, the verification is not carried out, an error is generated and the system variable OK is set to 0. If a log file was generated, its complete pathname is returned in the Document system variable.



See also 

VERIFY DATA FILE

 
PROPERTIES 

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

The OK variable is changed by the commandThis command modifies the system Document variableThis command modifies the Error system variable

 
HISTORY 

Modified: 4D v11 SQL Release 4
Modified: 4D v15 R3

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)