ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/testsuite/Test12.pas
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/Test12.pas (file contents):
Revision 341 by tony, Wed Jul 7 13:11:53 2021 UTC vs.
Revision 380 by tony, Mon Jan 10 10:13:17 2022 UTC

# Line 110 | Line 110 | begin
110      ByName('BlobData2').AsBlob := Attachment.CreateBlob(Transaction,'TestData','BlobData').SetString('Some German Special Characters like ÖÄÜöäüß');
111      ByName('InClear').AsString := #$01'Test'#$0D#$C3;
112    end;
113 +  writeln(Outfile,'Show Param Values');
114 +  ParamInfo(Statement.SQLParams);
115    Statement.Execute;
116   end;
117  

Comparing ibx/trunk/fbintf/testsuite/Test12.pas (property svn:eol-style):
Revision 341 by tony, Wed Jul 7 13:11:53 2021 UTC vs.
Revision 380 by tony, Mon Jan 10 10:13:17 2022 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines