Hi.
I have created a form with several text fields and some fields for uploads (I only accept PDFs as attachment). I selected all fields and tried to create the table. All fields are VARCHAR by default. I changed the fields for the attachments to BLOB. That should be correct, isnt it?
I use the current XAMPP version with MySQL on my local laptop. When I click "save" to create the table, the following error is displayed:
Error while creating table :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 ') ENGINE = MYISAM' at line 1 SQL=CREATE TABLE `jos_chronoforms_Bewerbungsformular` () ENGINE = MYISAM ;
What does it mean, what is wrong?
Thanks a lot for help...
I have created a form with several text fields and some fields for uploads (I only accept PDFs as attachment). I selected all fields and tried to create the table. All fields are VARCHAR by default. I changed the fields for the attachments to BLOB. That should be correct, isnt it?
I use the current XAMPP version with MySQL on my local laptop. When I click "save" to create the table, the following error is displayed:
Error while creating table :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 ') ENGINE = MYISAM' at line 1 SQL=CREATE TABLE `jos_chronoforms_Bewerbungsformular` () ENGINE = MYISAM ;
What does it mean, what is wrong?
Thanks a lot for help...