FirstDatabaseRow()
Syntax
Result = FirstDatabaseRow(#Database)Description
Retrieves information about the first #Database row. The flag #PB_Database_DynamicCursor has to be specified to DatabaseQuery() to have this command working.
Parameters
#Database The database to use.
Return value
If Result is zero, then no row is available
Remarks
To access fields within a row, GetDatabaseLong(), GetDatabaseFloat(), GetDatabaseString() can be used.
See Also
NextDatabaseRow(), PreviousDatabaseRow(), GetDatabaseLong()
Supported OS
All