# | Line 652 | Line 652 | end; | |
---|---|---|
652 | ||
653 | procedure TCustomIBXScript.SetDatabase(AValue: TIBDatabase); | |
654 | begin | |
655 | < | if FDatabase = AValue then Exit; |
655 | > | if not (csLoading in ComponentState) and (FDatabase = AValue) then Exit; |
656 | FDatabase := AValue; | |
657 | FISQL.Database := AValue; | |
658 | FIBXMLProcessor.Database := AValue; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |