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
(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 |