Executes a SQL statement string directly.
public virtual bool ExecuteStatement(const char * sql)
sql The SQL script to execute.
True on success; otherwise, returns false.
Use this method to execute a SELECT statement directly and retrieve a single result.
Use the PrepareStatement method to execute a statement repeatedly with variable parameters, or to fetch multiple results.