Public Function ProcessScript(SqlScript As String, dbConnect As xf_DbConnect, UsePassThroughQuery As Boolean, recsError As DAO.Recordset, ScriptErrorTag As String, Optional AddNewTablesToLinker As Boolean = False) As Boolean
Process an entire sql script SQL commands/statements finish with the 'go' directive.
'go' must be alone on a line (may be padded with whitespace)
xf_DataList
xf_Scripter