|
|
|
|
HRegenerateFile (Function) In french: HRégénèreFichier
 Available only with these kinds of connection
Regenerates a data file from its log. Reminder: When a data file is lost, you can regenerate it from its log. To do so, we recommend that you use the tool for log maintenance. | Caution: HRegenerateFile recreates a data file from the log description.
This function is an advanced function. Used wrongly, this function can destroy or corrupt the data. |
// The "Customer" data file has a log. // The "Customer" data file is in the "C:\Data" directory. // The log of the data file "Customer.fic" is in the "C:\Log" directory. // The "Customer" data file has been destroyed. // Rebuild data file from log HRegenerateFile("C:\Log\CustomerJNL.fic", hStructure + hData)
Remarks HRegenerateFile can only be used on HFSQL Classic or Client/Server data files that have logs.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|