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 262 by tony, Fri Feb 23 12:11:21 2018 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC

# Line 92 | Line 92 | begin
92    Memo1.Lines.Add('Attachment SQLDialect = ' + IntToStr(IBDatabase1.DBSQLDialect));
93    with IBDatabaseInfo1 do
94    begin
95 +    Memo1.Lines.Add('Firebird Library Pathname = ' + IBDatabase1.FirebirdAPI.GetFBLibrary.GetLibraryFilePath);
96      Memo1.Lines.Add('DB SQLDialect = ' + IntToStr(DBSQLDialect));
97      Memo1.Lines.Add('Allocation = ' + IntToStr(Allocation));
98      Memo1.Lines.Add('Base Level = ' + IntToStr(BaseLevel));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines