Methods for cDbUpdateLogFile
Name |
Type |
Description |
CreateErrorLogFile |
Procedure |
Automatically called after all updates have taken place. Good for augmentation of how error and status messages should be saved. The default is to a text file in the Data folder: DbUpdateLog.txt. It is send by the cDbUpdateHandler container object and passed a tSqlErrorArray which is a string array with all errors and status messages that occurred during the update. |
OpenErrorLogFile |
Procedure |
Opens the text log file created by the CreateErrorLogFile message. You want to augment this message to do something different if the CreateErrorLogFile message was augmented to save to a data table instead of the default behavior. |