Fast Methode for Searching ???

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
saidus
Posts: 78
Joined: Wed 26 Oct 2005 09:54
Location: Algeria

Fast Methode for Searching ???

Post by saidus » Sat 20 Sep 2008 08:47

Hello All
I'm using a TMyQuery for all applications that i develop and sometime i need to implimente a search with a selected creteria , so I wonder what is the most optimized methode for this ("locate , ....").
Thanks you

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 22 Sep 2008 07:25

Use the Locate method to search a dataset for a specific criteria record or the LocateEx method to specify some additional search features.

Post Reply