ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/DataModule.lfm
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/DataModule.lfm (file contents):
Revision 318 by tony, Thu Feb 25 12:03:26 2021 UTC vs.
Revision 359 by tony, Tue Dec 7 09:37:32 2021 UTC

# Line 5 | Line 5 | object DBDataModule: TDBDataModule
5    VerticalOffset = 395
6    Width = 730
7    object IBDatabase1: TIBDatabase
8 <    Connected = False
8 >    Connected = True
9      AfterConnect = IBDatabase1AfterConnect
10      AfterDisconnect = IBDatabase1AfterDisconnect
11      BeforeDisconnect = IBDatabase1BeforeDisconnect
# Line 46 | Line 46 | object DBDataModule: TDBDataModule
46      SQL.Strings = (
47        ''
48      )
49 +    Scrollable = False
50      Transaction = CurrentTransaction
51      Left = 152
52      Top = 208
# Line 976 | Line 977 | object DBDataModule: TDBDataModule
977        'Select A.SEC$ADMIN From SEC$USERS A'
978        'Where SEC$USER_NAME = CURRENT_USER'
979      )
980 +    Scrollable = False
981      Transaction = CurrentTransaction
982      Left = 424
983      Top = 496

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines