dbopenset SqlStatement
dbopenset( SqlStatement )
Perform an SQL statement and create a record set so that the program may loop through and use the results. More information about databases in general and SQLite specifically can be found at http://sqlite.org and http://en.wikipedia.org/wiki/SQL.
DBClose, DBCloseSet, DBExecute, DBFloat, DBInt, DBOpen, DBRow, DBString
See example of usage on DBOpen page.
0.9.6y