DBload concatenates the contents of a file into a single string.
process_load int
processing int
DBload concatenates the contents of a file into a single string. The concatenation includes all characters in the file; it does not ignore nonprinting characters such as Tab and End of Line.
This module is useful for converting a long SQL statement in a file into a form that can be used as input to a Database Kit module that requires a SQL statement as input: DBquery, DBdelete, DBinsert, DBupdate, or DBmiscStatement.
The name of the file whose contents are to be concatenated.
A trigger that initiates execution of the load and concatenate operation. When this value changes to a value greater than 0, the operation is executed.
A string that consists of the concatenated file contents.
A return value that indicates the processing status of the load and concatenate operation. This value is set to 1 while the operation is being processed and is cleared to 0 to indicate that the operation has completed.