--- ibx/trunk/examples/employee/unit1.lfm 2018/12/06 15:55:01 263 +++ ibx/trunk/examples/employee/unit1.lfm 2019/01/18 11:10:37 270 @@ -10,7 +10,7 @@ object Form1: TForm1 OnClose = FormClose OnShow = FormShow Position = poMainFormCenter - LCLVersion = '2.0.0.2' + LCLVersion = '2.0.0.3' object Button1: TButton Left = 845 Height = 25 @@ -512,7 +512,7 @@ object Form1: TForm1 Text = 'None Specified' end object IBDatabase1: TIBDatabase - Connected = False + Connected = True CreateIfNotExists = False AllowStreamedConnected = False DatabaseName = 'localhost:employee' @@ -587,6 +587,7 @@ object Form1: TForm1 BeforeOpen = EmployeesBeforeOpen BufferChunks = 1000 CachedUpdates = False + CaseSensitiveParameterNames = False EnableStatistics = False GenerateParamNames = False GeneratorField.ApplyOnEvent = gaeOnNewRecord @@ -635,6 +636,7 @@ object Form1: TForm1 BeforeOpen = EmployeesBeforeOpen BufferChunks = 5000 CachedUpdates = False + CaseSensitiveParameterNames = True EnableStatistics = False DeleteSQL.Strings = ( 'Delete From EMPLOYEE A' @@ -849,6 +851,7 @@ object Form1: TForm1 BeforeOpen = CountriesBeforeOpen BufferChunks = 1000 CachedUpdates = False + CaseSensitiveParameterNames = False EnableStatistics = False GenerateParamNames = False GeneratorField.ApplyOnEvent = gaeOnNewRecord @@ -897,6 +900,7 @@ object Form1: TForm1 BeforeOpen = JobCodesBeforeOpen BufferChunks = 1000 CachedUpdates = False + CaseSensitiveParameterNames = False EnableStatistics = False GenerateParamNames = False GeneratorField.ApplyOnEvent = gaeOnNewRecord @@ -938,6 +942,7 @@ object Form1: TForm1 Transaction = IBTransaction1 BufferChunks = 1000 CachedUpdates = False + CaseSensitiveParameterNames = False EnableStatistics = False GenerateParamNames = False GeneratorField.ApplyOnEvent = gaeOnNewRecord