Registriert seit: 17. Jan 2007
418 Beiträge
Delphi 10 Seattle Professional
|
AW: SQL update, wie geht das?
5. Mär 2012, 13:58
Die Fehlermeldung: "Records must be unique with respect to 'GCCode'
Wieso muss bei einem update der index einmalig sein?
Hier meine Anweisung:
TdbQuery_insupd.SQL.Text := 'update logs set GCCode= :GCCode, LogId= :LogId, LogDate= :LogDate, LogType= :LogType, LogFinderId= :LogFinderId, LogFinder= :LogFinder, LogTextEn= :LogTextEn, LogText= :LogText where gccode = '+QuotedStr(CName);
|