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

Comparing ibx/trunk/fbintf/testsuite/Test2.pas (file contents):
Revision 350 by tony, Wed Oct 20 14:58:56 2021 UTC vs.
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC

# Line 181 | Line 181 | begin
181      writeln(OutFile,'Open Local Database fails ',E.Message);
182    end;
183    DoQuery(Attachment);
184 <  if FirebirdAPI.HasScollableCursors then
184 >  if Attachment.HasScollableCursors then
185      DoScrollableQuery(Attachment);
186    Attachment.Disconnect;
187   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines