Hi Guys,
I get an import error with the Import data wizard. The date field in my CSV file is giving an error.
DBMS Information: TEXT
Importing table schema: date_test_csv… Successful…
Importing table foreign keys: date_test_csv…
Importing table data: date_test_csv…
ERROR in SQL:
SELECT date
,affiliate_id
,clicks
FROM date_test.csv
ERROR: [Microsoft][ODBC Text Driver] Too few parameters. Expected 1.
ERROR: [Microsoft][ODBC Driver Manager] Function sequence error
Any ideas how to fix this error?
Thanks. Marcel