IsraelBermejo
Programmer
hello i am trying to run an update but i keep getting a syntaxt error
ERROR [42000] [DataDirect][ODBC PROGRESS driver][PROGRESS]Syntax error (7587)
here is my update query
UPDATE pub.itemattr SET itemattr.attrvalue = '21' WHERE pub.itemattr.ITEM = 'testitem'
i have no problem runing a select query but the update doesnt seem to work
does anyone have any idea how to get the update to work?
Thanks
ERROR [42000] [DataDirect][ODBC PROGRESS driver][PROGRESS]Syntax error (7587)
here is my update query
UPDATE pub.itemattr SET itemattr.attrvalue = '21' WHERE pub.itemattr.ITEM = 'testitem'
i have no problem runing a select query but the update doesnt seem to work
does anyone have any idea how to get the update to work?
Thanks