SetConnect

rsOutput2Log

Database::rsOutput2Log
Description

Output the contents of the recordset which is referenced by "Source Handle" to the Daemon-logfile.

The "Internal Conversion Table" is used to perform character-translation on the source-data before it is output to the file. The combobox contains a list of tables which are available in the INTERNAL-database. The structure of a "Conversion Table" has to be as follows;

Column-name
Column-type Description
OrderId
Integer Order in which the translation will take place
Enabled
yes/no enable or disable record
inString
Memo The string in the source-data that must be translated to outString
outString
Memo The replacement-string
Description
Text Optional description-field
Options
Source handle
Name of the handle which references the desired source-recordset.
Internal Conversion Table
The name of the table that is to be used to apply character-translation during the output of the data from the recordset to the table in the output-database.
Delimiter
The character that will be used as a column-delimiter when writing the data to the textfile.
example: field1,field2,field3 (column-delimiter is ,)
Show Headers
When checked, the first line of the output will contain the headers of the recordset.
Show Line Numbers
When checked, the first column will contain the record-number.

Documentation

Release notes