![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.38 » View Incident Report |
| Reported By: Rita Bosse [Rita Bosse Software GmbH] Reported On: 3/28/2014 For: Version 4.37 Build 3 |
tb.exclusive := True;
tb.emptyTable;
tb.RepairTable;
tb.exclusive := false;
tb.Open;
try
tb.insert;
tb.FieldByName('SortenNr').AsInteger := 1442;
tb.FieldByName('BotName').AsString := 'Corylus av.''Rotblättrige Zellernuss''';
tb.Post;
if tb.FindKey([1442]) then
begin
tb.Edit;
tb.FieldByName('BotName').AsString := 'Corylus avellana ''Rotbl.Zellernuß'' (= Fuscorubra)';
// this is OK
// tb.FieldByName('BotName').AsString := 'Corylus avellana ''Rotbl.Zellernus'' (= Fuscorubra)';
// tb.FieldByName('BotName').AsString := 'Corylus avellana ''Rotbl.Zelernuß'' (= Fuscorubra)';
tb.Post;
end;
if tb.FindKey([1442]) then
begin
tb.Edit;
tb.FieldByName('BotName').AsString := 'Ligustrum delavayanum (= L.ionandrum)';
tb.Post;
end;
finally
tb.Close;
end;This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

