Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfchkdbf()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfChkDbf()
Controls the correctness of a DBF file
------------------------------------------------------------------------------
Syntax:

     dfChkDbf( <cFile>, <cDriver> ) --> Ok

Parameters:

     <cFile>    Name of the database to control, with path, but
     without extension
     <cDriver>  RDD Used from the database

Returns:

     <lOk> If .T. if the database is OK

Description:

     Permits to control the consistence of the database header of the
     <cFile>. This function will correct any problems with database that
     could lead to a loss of data during the rebuilding of the index

Example:

     IF dfChkDbf("dbdd")
        dbMsgErr("The file contains of the errors")
     ENDIF

See also:

     ddIndex(), dfDbfHeader()

See Also: ddIndex() dfDbfHeader()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson