User Tools

Site Tools


en:dbopenset

This is an old revision of the document!


DBOpenset (Statement)

Format

dbopenset sql_statement
dbopenset ( sql_statement )
dbopenset database_number , sql_statement
dbopenset ( database_number , sql_statement )
dbopenset database_number , database_recordset_number , sql_statement
dbopenset ( database_number , database_recordset_number , sql_statement )

Description

Perform an SQL statement and create a record set so that the program may loop through and use the results.

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/dbopenset.1471058422.txt.gz · Last modified: 2020/02/28 10:46 (external edit)