User Tools

Site Tools


en:dbexecute

DBExecute (Statement)

Format

dbexecute sql_statement
dbexecute ( sql_statement )
dbexecute database_number , sql_statement
dbexecute ( database_number , sql_statement )

Description

Execute an SQL statement contained in the string expression on the open SQLite database file. This statement does not create a 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/dbexecute.txt · Last modified: 2020/02/28 10:46 (external edit)