# | Line 309 | Line 309 | begin | |
---|---|---|
309 | FExtract.Database := FIBDatabase; | |
310 | FExtract.Transaction := FIBTransaction; | |
311 | FQuery := TIBQuery.Create(self); | |
312 | + | FQuery.AllowAutoActivateTransaction := true; |
313 | FQuery.Database := FIBDatabase; | |
314 | FQuery.Transaction := FIBTransaction; | |
315 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |