From f13402d7d173b44ab466430b41cbdc4d9e59a34a Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Wed, 29 Jan 2020 22:47:39 +0900 Subject: [PATCH] =?utf8?q?=E6=9C=80=E4=BD=8E=E9=99=90=E3=81=93=E3=82=8C?= =?utf8?q?=E3=81=AF=E5=BF=85=E8=A6=81=E3=81=A7=E3=81=97=E3=81=9F=E3=80=82?= =?utf8?q?=E3=81=BE=E3=81=A0=E4=BF=9D=E6=8C=81=E3=81=8C=E3=81=A7=E3=81=8D?= =?utf8?q?=E3=81=A6=E3=81=8A=E3=82=8A=E3=81=BE=E3=81=9B=E3=82=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- WebModuleUnit1.dfm | 2 +- tool/Unit2.pas | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/WebModuleUnit1.dfm b/WebModuleUnit1.dfm index 6396ee9..99d0a1d 100644 --- a/WebModuleUnit1.dfm +++ b/WebModuleUnit1.dfm @@ -1759,7 +1759,7 @@ object WebModule1: TWebModule1 end object FDConnection1: TFDConnection Params.Strings = ( - 'ConnectionDef=test_server') + 'ConnectionDef=first_sql') Left = 632 Top = 56 end diff --git a/tool/Unit2.pas b/tool/Unit2.pas index 4c1364c..273a2d5 100644 --- a/tool/Unit2.pas +++ b/tool/Unit2.pas @@ -109,7 +109,6 @@ var begin with FDTable1 do begin - t2 := TMemoryStream.Create; jpg := TJpegImage.Create; for i := 1 to 10 do begin @@ -124,7 +123,6 @@ begin t.Free; t2.Free; end; - t2.Free; jpg.Free; ApplyUpdates; CommitUpdates; -- 2.11.0