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;
|
||||||||||||||||||||
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. |