User Tools

Site Tools


en:dbrow

DBRow (Function)

Format

dbrow
dbrow ( )
dbrow ( database_number )
dbrow ( database_number , database_recordset_number )

returns boolean_expression

Description

Function that advances the record set to the next row. Returns a true value if there is a row or false if we are at the end of the record set.

Example

See example of usage on DBOpen page.

See Also

More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia.

History

0.9.6yNew to Version
0.9.9.19Added ability to have 8 database connections
en/dbrow.txt · Last modified: 2020/02/28 10:46 (external edit)