Method Global:CharDBQuery [-] [+]
Executes a SQL query on the character database and returns an ALEQuery.
The query is always executed synchronously (i.e. execution halts until the query has finished and then results are returned). If you need to execute the query asynchronously, use Global:CharDBQueryAsync instead.
For an example see Global:WorldDBQuery.
Synopsis
results = CharDBQuery( sql )
Arguments
string sqlQuery to execute.
Returns
ALEQuery results- See method description.