Until now, it's worked flawlessly while running on an Access database. Imported all the structure and data to SQL Server, and now the query is failing... I'm assuming there's a slight syntax change that needs to be made, but I can't find it for the life of me. Maybe another set of eyes will help.
UPDATE Carts SET UserNameFull='asasdfasdfasdfa',
BillToAddress1='sdfasd',
BillToAddress2='fasdfas',
BillToCity='dfasdfa',
BillToState='AL',
BillToZip='33333',
BillToCountry='1',
BillPhoneDay='333-444-5555',
BillPhoneNight='222-333-4444',
ShipToName='asasdfasdfasdfa',
ShipToAddress1='sdfasd',
ShipToAddress2='fasdfas',
ShipToCity='dfasdfa',
ShipToState='AL',
ShipToZip='33333',
ShipToCountry='1',
ShipToEmail='asdfsd@sdfs.com',
UserEmail='asdfsd@sdfs.com',
PhoneDay='333-444-5555',
PhoneNight='222-333-4444',
UserCompany='--<>--??',
IsResidential='Residential',
CC_NameOnCard='asdfasdfasdfasdf',
CC_Type='1',
CC_Date='April/2004',
CC_Number='3333444455556666',
Referer='1',
CartUser=,
CartModified='4/1/2004 06:36:54 PM'
WHERE CartID='{462375DB-6BAD-4DA4-9760-A26BDF5B194B}'
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ','.
/collegecrib/checkout.asp, line 187
Thanks,
AtaxiA