Log functions

Top  Previous  Next

Log functions allow you to add entries to the SQL File Import process log.  You can add your own informational and error messages using these functions.

 

procedure Log(Value: Variant);

Stores Value in the SQL File Import log for the current import process.

 

procedure LogError(Value: Variant);

Stores Value in the SQL File Import log for the current import process and flag it as an error.