Hi folks,
Can anyone please tellme why I get this error:
Could not enter data: 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 ')' at line 1
Using this statement:
It enters fine if I insert it using the query panel in MySQL.Code:INSERT INTO events (start, end) values('2012-12-18 00:00:00','2012-12-20 00:00:00')
Can anyone help?
Many thanks

