===== DBRow (Function) ===== ==== Format ==== **dbrow**\\ **dbrow** ( )\\ **dbrow** ( [[integerexpressions|database_number]] )\\ **dbrow** ( [[integerexpressions|database_number]] , [[integerexpressions|database_recordset_number]] ) returns [[booleanexpressions|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|DBOpen]] page. ==== See Also ==== {{page>en:start#Database (SQLITE)&noheader}} ==== External Links ==== More information about databases in general and SQLite specifically can be found at [[http://sqlite.org|SQLite Home Page]] and [[http://en.wikipedia.org/wiki/SQL|SQL at Wikipedia]]. ==== History ==== |0.9.6y|New to Version| |0.9.9.19|Added ability to have 8 database connections|