Advantage Error Guide
Problem: The number of values in the INSERT statement does not match the number of columns. For example, "INSERT INTO mytable (field1, field2) VALUES (1, 2, 3)" is not valid.
Solution: Adjust the column list or the values list so that they match.