OPTIONS.XML Parameters |
METHOD/SELECTED-METHOD |
You have 3 choices: FSA, ADO or IIS
FSA | The working files are in the RTES32 webhost folder.
The database is a .csv file located on you computer, or a mapped remote drive.
|
ADO | The working files are in the RTES32 webhost folder.
The database is an ODBC entry defined as a DSN (Data Source Name) on you computer, or a mapped remote drive.
|
IIS | The working files are in the default folder of your IIS server.
The database is an ODBC entry defined as a DSN (Data Source Name) on the IIS server.
|
|
DSN/UID |
The username that you defined for the DSN. This parameter is ignored when you selected the FSA method.
|
DSN/PSW |
The password that you defined for the DSN. This parameter is ignored when you selected the FSA method.
|
DSN/NAME |
The name that you defined for the DSN. This parameter is ignored when you selected the FSA method.
|
TABLE-FIELDS/TABLE |
The name of the table you will be reading data from. This parameter is ignored when you selected the FSA method.
|
TABLE-FIELDS/INDEX |
The name of the 'index' field. This parameter is used to read the records in chronological order. This parameter is ignored when you selected the FSA method.
|
TABLE-FIELDS/X-AXIS |
The name of the field that will be used for the x axis. This maybe a date and time stamp, or a time stamp.
|
TREND/TIME-ASCII |
This parameter is used to format (or not) the x-axis data. If YES, then there is no formating, if NO, then the system attempts to make the data look like HH:MM.
|
TREND/WHERE |
This is an optional parameter used to filter the data read through ODBC. It could be any SQL 'where' clause. This parameter is ignored when you selected the FSA method. |