lbeachmike
11-02-2008, 05:49 PM
1064: You have an error in your SQL syntax
I am getting an error in a website that has been moved from a server running MySQL 5 to MySQL 4.1 -
Can anybody help identify the syntactical error in the below?
Thanks!
1064: 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 ' bambini = , ip_user = '69.113.140.193', creation_date = date('2008-11-0' at line 12
INSERT INTO reservation SET nome = '', cognome = '', richiesta = '', email = '', tel = '', paese = '', edificio = 'either', tipo_stanza = 'any', data_in = '--', data_out = '--', flex = '', adulti = , bambini = , ip_user = '69.113.140.193', creation_date = date('2008-11-02')
__________________Decomodo.com - Cool stuff you seriously need!HostPremiums.com - Hosting Deals - Get your company listed today.
I am getting an error in a website that has been moved from a server running MySQL 5 to MySQL 4.1 -
Can anybody help identify the syntactical error in the below?
Thanks!
1064: 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 ' bambini = , ip_user = '69.113.140.193', creation_date = date('2008-11-0' at line 12
INSERT INTO reservation SET nome = '', cognome = '', richiesta = '', email = '', tel = '', paese = '', edificio = 'either', tipo_stanza = 'any', data_in = '--', data_out = '--', flex = '', adulti = , bambini = , ip_user = '69.113.140.193', creation_date = date('2008-11-02')
__________________Decomodo.com - Cool stuff you seriously need!HostPremiums.com - Hosting Deals - Get your company listed today.
