What does the error message SQL error message: Syntax error in statement in the TR*.001 log file mean?
When having an error message “SQL error message : …Syntax error in … statement” in the TR*.001 log file, check whether you are not using reserved words (SQL Commands) as table or field-names in your database (i.e. do you have fields with names like group, date, time, …) and check whether your table name does not contain spaces (the RunTime does not like that; use a Undescores instead).