__header__
Description
the database (DB) read step tool reads parameters data from
a variety of sources. These can include
- xml parameter files
- csv (excell) file which each data is in columns the first row
idenifying the filed names
- others...
Parameters
DatabaseOrFile
filename or a existing database
Table
the table name of interest
- csv not used
- xml rss feed
channel: will get all the tagedd data in the channel
SearchText
text to search
- csv any text in any field or can be field specific??
- xml rss feed
item: will get all the item tagged data
StartIndex
record to start from
The counting system begins at zero. A zero here will start the
search at the first entry or first line of information within the
database. Placing a different number here will begin at that
particular line
AutoIncrement
if set auto increment the Stat Index
FoundAt
the index of the record found
FieldCount
the number of fields in this record
RecordCount
The number of records in the table
DefinedDatabase
the defined database, can be used as an input to anothe DBRead
__footer__