> INSERT INTO events ( eventName, eventDate,
eventStartTime, eventEndTime,
> location, contactInfo, details, eventURL, sponsor,
runStart, runEnd,
> dateSubmitted ) VALUES ( 'asdf', {ts '2008-01-02
00:00:00'}, {ts '1899-12-30
> 07:05:00'}, {ts '1899-12-30 07:10:00'}, 'asdf', 'asdf',
'sdf', '', '', {ts
> '2008-01-02 00:00:00'}, {ts '2008-01-03 00:00:00'},
'04/24/2008 10:19:57 PM'
Look at the SQL it's trying to execute. Is it syntactically
correct?
--
Adam