> > 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 _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel