Page 1 of 1
TUniTable locate problem
Posted: Fri 20 Jun 2014 10:24
by testpresta
Hello
I want to do a locate on multiple fields.
locate seems to accept an array of values but i don t manage to do it.
Is there an example somewhere ?
Thanks
Re: TUniTable locate problem
Posted: Fri 20 Jun 2014 10:59
by PavloP
You can find a sample of using Locate by several fields in our documentation at
http://www.devart.com/unidac/docs/index ... tions).htm
.
Re: TUniTable locate problem
Posted: Fri 20 Jun 2014 12:08
by testpresta
Thanks
Do you know if it is necessary to order by rows with search fields used as criteria for locate ?
Re: TUniTable locate problem
Posted: Fri 20 Jun 2014 14:22
by PavloP
Order by fields is not necessary for the Locate method, but if you order by these fields, Locate will be executed faster.