NextDatabaseRow()

语法

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

参数

#Database The database to use.

返回值

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

参阅

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

已支持操作系统

所有

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