With self.clientDataSet1 do begin open; first; insert; FieldByname ('catalogname'). asstring: = '22222'; post; insert; FieldByname ('catalogname'). asstring: = '22222'; post; end;
In this way, the new report is: edblient with message 'key violation.' How to solve it?