Method Global:AuthDBExecute [-] [+]

Executes a SQL query on the login database.

The query may be executed asynchronously (at a later, unpredictable time). If you need to execute the query synchronously, use Global:AuthDBQuery instead.

Any results produced are ignored. If you need results from the query, use Global:AuthDBQuery instead.

AuthDBExecute("DELETE FROM my_table")

Synopsis

AuthDBExecute( sql )

Arguments

string sql

Query to execute.

Returns

Nothing.

Generated on
© 2010 - 2024 Eluna Lua Engine