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

Comparing ibx/trunk/fbintf/client/3.0/FB30Attachment.pas (file contents):
Revision 266 by tony, Wed Dec 26 18:34:32 2018 UTC vs.
Revision 267 by tony, Fri Dec 28 10:44:23 2018 UTC

# Line 405 | Line 405 | end;
405   procedure TFB30Attachment.getFBVersion(version: TStrings);
406   var bufferObj: TVersionCallback;
407   begin
408 +  version.Clear;
409    bufferObj := TVersionCallback.Create(version);
410    try
411      with FFirebird30ClientAPI do
412 +    begin
413         UtilIntf.getFbVersion(StatusIntf,FAttachmentIntf,bufferObj);
414 +       Check4DataBaseError;
415 +    end;
416    finally
417      bufferObj.Free;
418    end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines