dbexecute SqlStatement
dbexecute( SqlStatement )
Execute an SQL statement on the open SQLite database file. This statement does not create a record set. 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, DBFloat, DBInt, DBOpen, DBOpenSet, DBRow, DBString
See example of usage on DBOpen page.
0.9.6y