--- ibx/trunk/examples/ibtreeview/Unit1.lfm 2015/07/14 15:31:25 32 +++ ibx/trunk/examples/ibtreeview/Unit1.lfm 2015/07/18 12:30:52 33 @@ -8,7 +8,7 @@ object Form1: TForm1 ClientWidth = 722 OnClose = FormClose OnShow = FormShow - LCLVersion = '1.4.0.3' + LCLVersion = '1.4.2.0' object Panel1: TPanel Left = 11 Height = 367 @@ -279,7 +279,7 @@ object Form1: TForm1 AllowStreamedConnected = False DatabaseName = 'localhost:employee' Params.Strings = ( - 'lc_ctype=UTF-8' + 'lc_ctype=UTF8' 'user_name=SYSDBA' ) DefaultTransaction = IBTransaction1