Executes SQL. Use this if you don't need the result after Execute SQL. If you want to perform transaction processing, use BeginTrans/ CommitTrans/ Rollback.
If transaction processing is not required, there is no need to call BeginTrans/ CommitTrans.
For transaction processing, see the BeginTrans method.