NextDatabaseRow()

Syntax

Result = NextDatabaseRow(#Database)
Description
Retrieves information about the next database row in the #Database. To access fields within a row, GetDatabaseLong(), GetDatabaseFloat(), GetDatabaseString() can be used.

Parameters

#Database The database to use.

Return value

If Result is 0, then no more rows are available (i.e. reached the end of the table).

See Also

GetDatabaseBlob(), GetDatabaseDouble(), GetDatabaseFloat(), GetDatabaseLong(), GetDatabaseQuad(), GetDatabaseString()

Supported OS

All

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