[fpc-devel] LocateNext
    Joost van der Sluis 
    joost at cnoc.nl
       
    Mon Apr 10 12:33:18 CEST 2006
    
    
  
> > Not really. Sometimes I use a locate to find a record in a dataset. I 
> > don't want to limit the records in that dataset with a filter.
> 
> If you don't want to limit, then set .Filtered := false; and use
> FindFirst etc.
wich won't work with current sqldb, since filtering there simply adds a
'where' part to the query.
An which is much slower then locate and locatenext. 
Isn't the mean reason why you and Michael aren't using locate, that
locatenext is missing?
-- 
Met vriendelijke groeten,
  Joost van der Sluis
  CNOC Informatiesystemen en Netwerken
  http://www.cnoc.nl
    
    
More information about the fpc-devel
mailing list