NextDatabaseRow()

Syntax

Result = NextDatabaseRow(#Database)
Description
Retrieves information about the next database row in the #Database. If Result is 0, then no more rows are available (i.e. reached the end of the table). To access fields within a row, GetDatabaseLong(), GetDatabaseFloat(), GetDatabaseString() can be used.

Supported OS

All

<- NextDatabaseDriver() - Database Index - OpenDatabase() ->