ResultSet.next() (Method)

Move the access pointer to the next row in the result set.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
JavaScript syntax:NESmyResultSet.next()

When building tables of extracted database content, this provides a way to enumerate through the rows one at a time.