# | Line 31 | Line 31 | interface | |
---|---|---|
31 | ||
32 | uses | |
33 | Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, | |
34 | < | ibselectsqleditor, IBDatabase, IBCustomDataset; |
34 | > | ibselectsqleditor, IBDatabase, IBCustomDataset, IBSQLEditFrame; |
35 | ||
36 | type | |
37 | ||
# | Line 73 | Line 73 | begin | |
73 | end; | |
74 | with IBSQLEditFrame1 do | |
75 | begin | |
76 | – | IncludePrimaryKeys := true; |
76 | IncludeReadOnlyFields := false; | |
77 | ExecuteOnlyProcs := true; | |
78 | SQLText.Lines.Assign(SelectSQL); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |