C
carloss
Guest
I get the error "Syntax error in Update statement" in the following SQL:
UPDATE Tasks SET Group = AAA WHERE Proj = 5
If I change the name of the field from Group to something else the error goes away. Is this a problem with the SQL VB.NET parser?
I want to use Group as a field name. Any other way of doing it?
UPDATE Tasks SET Group = AAA WHERE Proj = 5
If I change the name of the field from Group to something else the error goes away. Is this a problem with the SQL VB.NET parser?
I want to use Group as a field name. Any other way of doing it?