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

Comparing ibx/trunk/examples/dbInfo/Unit1.lfm (file contents):
Revision 81 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 82 by tony, Mon Jan 1 11:31:13 2018 UTC

# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnShow = FormShow
11    Position = poScreenCenter
12 <  LCLVersion = '1.8.0.4'
12 >  LCLVersion = '1.8.1.0'
13    object Memo1: TMemo
14      Left = 12
15      Height = 302
# Line 44 | Line 44 | object Form1: TForm1
44      left = 328
45      top = 56
46    end
47 +  object TableNameLookup: TIBQuery
48 +    AllowAutoActivateTransaction = False
49 +    Database = IBDatabase1
50 +    Transaction = IBTransaction1
51 +    BufferChunks = 1000
52 +    CachedUpdates = False
53 +    GenerateParamNames = False
54 +    GeneratorField.ApplyOnEvent = gaeOnNewRecord
55 +    SQL.Strings = (
56 +      'SELECT r.RDB$RELATION_ID,'
57 +      '    trim(r.RDB$RELATION_NAME) as RDB$RELATION_NAME'
58 +      'FROM RDB$RELATIONS r'
59 +    )
60 +    Params = <>
61 +    DataSetCloseAction = dcDiscardChanges
62 +    left = 336
63 +    top = 128
64 +  end
65 +  object IBTransaction1: TIBTransaction
66 +    Active = False
67 +    DefaultDatabase = IBDatabase1
68 +    Params.Strings = (
69 +      'read'
70 +      'consistency'
71 +    )
72 +    left = 328
73 +    top = 212
74 +  end
75   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines