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
(See en:start.)&noheader)
External Links
More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia.
History
| 0.9.6y | New to Version |
| 0.9.9.19 | Added ability to have 8 database connections |