Browse Source

* Close datasets before removing their transaction

git-svn-id: trunk@9072 -
joost 18 years ago
parent
commit
a57b251450
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/database.inc

+ 1 - 0
packages/fcl-db/src/database.inc

@@ -367,6 +367,7 @@ Destructor TDBTransaction.Destroy;
 
 
 begin
 begin
   Database:=Nil;
   Database:=Nil;
+  CloseDataSets;
   RemoveDatasets;
   RemoveDatasets;
   FDatasets.Free;
   FDatasets.Free;
   Inherited;
   Inherited;