Run a single SQL command against an SQL Server database.
Returns the text from each member of the error collection DBEngine.Errors if an error occurs (the VBA error object only returns the generic 'An ODBC error occurred')
The SQL connection object
The SQL to execute
errorText = xf.Scripter.RunODBCSql("DELETE * FROM tblProduct WHERE ProductId=23")