Method Global:CharDBExecute [-] [+]
Executes a SQL query on the character database.
The query may be executed asynchronously (at a later, unpredictable time). If you need to execute the query synchronously, use Global:CharDBQuery instead.
Any results produced are ignored. If you need results from the query, use Global:CharDBQuery instead.
CharDBExecute("DELETE FROM my_table")
Synopsis
CharDBExecute( sql )
Arguments
string sql
Query to execute.
Returns
Nothing.