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

Comparing ibx/trunk/examples/dbInfo/Unit1.pas (file contents):
Revision 401 by tony, Mon Jan 10 10:13:17 2022 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC

# Line 113 | Line 113 | begin
113      Memo1.Lines.Add('ODS Minor Version = ' + IntToStr(ODSMinorVersion));
114      Memo1.Lines.Add('ODS Major Version = ' + IntToStr(ODSMajorVersion));
115      Memo1.Lines.Add('Page Size = ' + IntToStr(PageSize));
116 <    Memo1.Lines.Add('Version = ' + Version);
116 >    Memo1.Lines.Add('Version (legacy) = ' + Version);
117 >    Memo1.Lines.Add('Firebird Version = ' + FirebirdVersion);
118      Memo1.Lines.Add('Current Memory = ' + IntToStr(CurrentMemory));
119      ShowBoolValue(ForcedWrites,'Forced Writes Enabled','Forced Writes Disabled');
120      Memo1.Lines.Add('Max Memory = ' + IntToStr(MaxMemory));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines