* Close datasets before removing their transaction

git-svn-id: trunk@9072 -
This commit is contained in:
joost 2007-11-02 22:08:19 +00:00
parent 43c446e742
commit a57b251450

View File

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