use
Programming environment: Delphi 7
Version MyDac: 5.90.0.57
Compose a query ('UPDATE `public1` SET `access` = 2 WHERE `id` = 86')
The program compiles no errors, but when to press the Button, this error is displayed. But the editing is performed

the code used
Code: Select all
MyQuery1.SQL.Clear;
MyQuery1.SQL.Add('UPDATE `public1` SET `access`=2 WHERE `id`=86');
MyQuery1.Active:=true;sought to find a similar theme, not really what is not found, have found one example http://www.devart.com/forums/viewtopic. ... ht=myquery [3 posts]
but the problem is not found...