Process an individual SQL command or statement This is not recommended for external use - pass the command to ProcessScript
The database object to generate the script against
The generated script for table, column, index and primary key creation
The generated script for relationship creation
The name of the table to create
Generate a DROP TABLE statement before the CREATE TABLE statement
Generate the index creation SQL
Generate the relationship creation SQL
Generate the column/field properties creation SQL
Generate the table-level properties creation SQL
(no description)
Set recs = xf.DbConnect.OpenDAORecordset("xf_tblErrorLogLocal")
WereErrors = Scripter.ProcessScript(sqlStr, dbs, cn, recs, "Test Script")