December 1999
Intermediate to advanced
992 pages
22h 3m
English
The tabular data control is the easiest to understand. It accesses a simple text file and loops through its lines. Listing 21.2 is a simple text data store of details about three cats. It is stored as cats.txt. Note how the text file contains the same information as both cats.xml and the recordset.
Name, Age, Sex, Color Pierre, 9, m, Gray and white Hergie, 16,f, black Calloway, 2, m, gray |
This is simply four lines of text representing a recordset. The first line (or record) represents the headings of each field. The rest of the lines represent the values for each field. The tabular data control DSO will import this text file into an HTML page. Because it is an ...
Read now
Unlock full access