Next Topic

Previous Topic

Book Contents

Execute

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.