Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread dbisam to EDB2 : FilterOptimizeLevel
Mon, Sep 8 2008 9:24 AMPermanent Link

"Mauro Botta"
Hi

how i can convert FilterOptimizeLevel  in EDB2 ?

if MyTable.FilterOptimizeLevel = foFull then
  caption := 'FAST';


EDB Manual :

FilterOptimizeLevel This property is no longer supported. Eventually it will
be replaced
by a FilterPlan property instead.



more info?
Mon, Sep 8 2008 10:06 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Mauro


If your filters aren't to complex you can check if an index exists for each field. Checking to see if the indices exist is a doddle once you have a list of fields. How easy would it be to parse those out of your filters?

Roy Lambert [Team Elevate]
Image