Advantage Error Guide
Problem: A column list in the SQL statement contained a column name multiple times. For example, "INSERT INTO mytable (field1, field1) VALUES (1, 2)" is not valid.
Solution: Verify that the column list names each field only once.