[TestOptimal] dataset Tag

TestOptimal   Wiki Home   Support  

Dataset tag is a command tag. It defines a data set which stores rows of data to be retrieved later by other command tags.

The syntax is:

  <dataset autorewind="true/false" id="datasetid" mode="replace/append">

There are two ways to populate the data set with rows of data.

The autorewind attribute is used to automatically start at the first row when all rows have been retrieved.

The mode attribute is used to append the new data to the data set or to clear the old data and replace them with the new data.

Use getData(...) (system method in mScript method) to retrieve data row/field from the dataset.


Page locked (last edited January 14, 2010) [info] [diff])
FindPage by browsing or searching
5 best incoming links: sqlTag (13), mScriptTags (11), rowdataTag (11), execSQL Tag (6), RecentChanges (1)
5 best outgoing links: sqlTag (13), rowdataTag (11)
5 most popular nearby: RecentChanges (859), mScriptTags (525), sqlTag (242), rowdataTag (235), execSQL Tag (127)