Page 1 of 1

Bug in FilterSQL ODAC 5.55.1.23

Posted: Sat 15 Oct 2005 08:34
by Mink

Code: Select all

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

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

Posted: Wed 19 Oct 2005 09:18
by Alex
We have reproduced your problem and fixed it. This fix will be included in the next ODAC build.