Forum Moderators: open
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
Here is a Response.Write of my SQL string:
UPDATE events SET title = 'Pumpkin Carving Contest', date = #11/3/2004#, all_day = false, start_time = #4:00:00 PM#, end_time = #7:00:00 PM#, location = ' Edwards Dining Center', cost = 0, desc = 'Halloween is just around the corner! Celebrate the spooky spirit with a pumpkin carving contest. Sign up at Edwards Dining Center. The contest will take place during dinner on Oct 28. Students will judge the pumpkins that night. First, second, and third place winners will be awarded giant size Halloween treats.' WHERE id = 3
Anyone got an idea? I've really looked everywhere on the net for a clue to what I'm doing wrong. I'm sure it something small and silly.
Thanks in advance.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
And here is the new SQL:
UPDATE events SET title = 'Pumpkin Carving Contests', [date] = #11/3/2004#, all_day = false, start_time = #4:00:00 PM#, end_time = #7:00:00 PM#, location = ' Edwards Dining Center', cost = 0, desc = 'Halloween is just around the corner! Celebrate the spooky spirit with a pumpkin carving contest. Sign up at Edwards Dining Center. The contest will take place during dinner on Oct 28. Students will judge the pumpkins that night. First, second, and third place winners will be awarded giant size Halloween treats.' WHERE id = 3