Browse Source

+ replaced CommitRetaining by Commit since not all databases supports it

git-svn-id: trunk@1571 -
joost 20 years ago
parent
commit
076e4aca99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/sqldb/examples/fedittable.pp

+ 1 - 1
fcl/db/sqldb/examples/fedittable.pp

@@ -52,7 +52,7 @@ begin
     ApplyUpdates;
 
     end;
-  Ftransaction.CommitRetaining;
+  Ftransaction.Commit;
 
   Fquery.Free;
   Ftransaction.Free;