UPDATE tblCampaigns SET startDate = '4 December, 2010', endDate = '14 January, 2011' WHERE ID = 147
UPDATE tblCampaigns SET startDate = '24 December, 2010', endDate = '17 Febuary, 2011' WHERE parentID = 147 and campaignName = 'regerg'
Microsoft OLE DB Provider for SQL Server error '80040e07'
Syntax error converting datetime from character string.
/bb/campaignManager/index.asp, line 147
These work when the dates are 2010 but as soon as a 2011 is put in there it goes wrong, any ideas? It’s probably in the wrong format right?
It’s “February”, not “Febuary”