K
Kok Yong Lee
Hi there,
I am having a bit of problem in populating a table with date as one of its
columns.
myTable
-----------
id | label | date
where my SQL string to populate the table from Perl is
INSERT INTO myTable (label, date) VALUES ('blahblah.', '3/20/2007')
I am getting some generic error
SQL ERROR:
Error: [-3502] [1] [0] "[Microsoft][ODBC Microsoft Access Driver] Syntax
error in INSERT INTO statement."
If I only populate the label column then it works.
Any idea where I got my SQL syntax wrong?
thanks.
I am having a bit of problem in populating a table with date as one of its
columns.
myTable
-----------
id | label | date
where my SQL string to populate the table from Perl is
INSERT INTO myTable (label, date) VALUES ('blahblah.', '3/20/2007')
I am getting some generic error
SQL ERROR:
Error: [-3502] [1] [0] "[Microsoft][ODBC Microsoft Access Driver] Syntax
error in INSERT INTO statement."
If I only populate the label column then it works.
Any idea where I got my SQL syntax wrong?
thanks.