Database Guide
In this section, you will learn how to format the results of
a database query in different ways:
- In the first example, you will learn how to display a single column of the
result table in a drop-down list, and how to move through the rows of a result
table by changing the currentRowIndex attribute.
- In the second example, you will learn how to format each row of the result
table and display each row as a string in a list box.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]