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

Comparing ibx/trunk/examples/ibtable/Unit1.lfm (file contents):
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC vs.
Revision 112 by tony, Thu Jan 18 14:37:55 2018 UTC

# Line 148 | Line 148 | object Form1: TForm1
148      end
149    end
150    object IBDatabase1: TIBDatabase
151 <    Connected = False
151 >    Connected = True
152      AfterConnect = IBDatabase1AfterConnect
153      CreateIfNotExists = False
154      AllowStreamedConnected = False
# Line 289 | Line 289 | object Form1: TForm1
289      BufferChunks = 1000
290      CachedUpdates = False
291      DataSetCloseAction = dcSaveChanges
292 <    GeneratorField.Generator = 'CUST_NO_GEN                                                                                                                 '
292 >    GeneratorField.Generator = 'EMP_NO_GEN                                                                                                                  '
293      GeneratorField.Field = 'EMP_NO'
294      GeneratorField.ApplyOnEvent = gaeOnNewRecord
295      IndexFieldNames = 'DEPT_NO'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines