Process an individual SQL command or statement This is not recommended for external use - pass the command to ProcessScript
The SQL command or statement text
Run in parse mode only (each command is processed twice: first, parsing for correct syntax and grammar only, then second, parsing and executing.
The database object to run the script against, or Nothing
(no description)
Set recs = xf.DbConnect.OpenDAORecordset("xf_tblErrorLogLocal")
WereErrors = Scripter.ProcessScript(sqlStr, dbs, cn, recs, "Test Script")