فهرست منبع

+ replaced CommitRetaining by Commit since not all databases supports it

git-svn-id: branches/fixes_2_0@1568 -
joost 20 سال پیش
والد
کامیت
3c0e852f52
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;