Navigation:  TLuaDB >

Execute

Previous pageReturn to chapter overviewNext page

bool Execute(string sSQL)

Return values

True if the query was successfully executed, false if an error occurred.

Parameters

sSQL

A SQL statement.

Remarks

If an error occurs when executing the SQL statement the GetErrorDescription() function will return a string with a description of the error.