Bug in FilterSQL ODAC 5.55.1.23

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Mink

Bug in FilterSQL ODAC 5.55.1.23

Post by Mink » Sat 15 Oct 2005 08:34

Code: Select all

begin
  Open;
  FilterSQL := 'dept=10';
  // Works Fine
end;

begin
  FilterSQL := 'dept=10';
  Open;  // BUG - all records is fetching :(
end;

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 19 Oct 2005 09:18

We have reproduced your problem and fixed it. This fix will be included in the next ODAC build.

Post Reply