NextDatabaseRow()
Syntax
Result = NextDatabaseRow(#Database)Description
Retrieve information about the next database row in the #Database. If the Result is 0, then no more row is available (end of a table). To access to informations inside the row, GetDatabaseLong(), GetDatabaseFloat(), GetDatabaseString() can be used.
Supported OS
Windows, Linux, MacOS X