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 317 by tony, Fri Dec 28 11:36:35 2018 UTC vs.
Revision 318 by tony, Thu Feb 25 12:03:26 2021 UTC

# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnShow = FormShow
11    Position = poScreenCenter
12 <  LCLVersion = '2.0.0.2'
12 >  LCLVersion = '2.0.11.0'
13    object Memo1: TMemo
14      Left = 12
15      Height = 302
# Line 28 | Line 28 | object Form1: TForm1
28      AfterConnect = IBDatabase1AfterConnect
29      CreateIfNotExists = False
30      AllowStreamedConnected = False
31 <    DatabaseName = 'employee'
31 >    DatabaseName = 'localhost:employee'
32      Params.Strings = (
33        'lc_ctype=UTF8'
34        'user_name=SYSDBA'
# Line 40 | Line 40 | object Form1: TForm1
40      SQLDialect = 1
41      TraceFlags = []
42      UseDefaultSystemCodePage = False
43 <    left = 224
44 <    top = 56
43 >    Left = 224
44 >    Top = 56
45    end
46    object IBDatabaseInfo1: TIBDatabaseInfo
47      Database = IBDatabase1
48 <    left = 328
49 <    top = 56
48 >    Left = 328
49 >    Top = 56
50    end
51    object TableNameLookup: TIBQuery
52      AllowAutoActivateTransaction = False
# Line 54 | Line 54 | object Form1: TForm1
54      Transaction = IBTransaction1
55      BufferChunks = 1000
56      CachedUpdates = False
57 +    CaseSensitiveParameterNames = False
58      EnableStatistics = False
59      GenerateParamNames = False
60      GeneratorField.ApplyOnEvent = gaeOnNewRecord
# Line 64 | Line 65 | object Form1: TForm1
65        'FROM RDB$RELATIONS r'
66      )
67      Params = <>
68 +    SQLFiltered = False
69      DataSetCloseAction = dcDiscardChanges
70 <    left = 336
71 <    top = 128
70 >    TZTextOption = tzOffset
71 >    DefaultTZDate = 43831
72 >    Left = 336
73 >    Top = 128
74    end
75    object IBTransaction1: TIBTransaction
76      Active = False
# Line 75 | Line 79 | object Form1: TForm1
79        'read'
80        'consistency'
81      )
82 <    left = 328
83 <    top = 212
82 >    Left = 328
83 >    Top = 212
84    end
85   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines