Quote:
Originally Posted by bananalive
When importing product? creating a new form?
(you missed off part of error message)
|
Creatiing a Form
Code:
Invalid SQL:
INSERT INTO forms
(title, description, displayorder, action, where)
VALUES ('Test Form', 'testing Forme', '1', '1', 'KatieG');
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where)
VALUES ('Test Form', 'testing Forme', '1', '1', 'KatieG')' at line 2
Error Number : 1064