Re: Locate and loCaseInsensitive
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Thu, 13 Jul 2006 21:08:15 -0500
if I have data:
Field1
ABC
abc
When I use Locate('Field1','abc',[]),I need case sensitive,but,it always
find 'ABC',why?
It is Borland`s problem,or MS`s problem?
BTW,even my sql server installed as "case senstive",the "Locate" also can
find "ABC".
ADO does not have a command equivalent of Locate. So when borland implemented
Locate in TadoDataset it used ADO's Filter capability. ADO filters are not case
sensitive.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Locate and loCaseInsensitive
- From: ÍõÐÐ?
- Locate and loCaseInsensitive
- Prev by Date: Re: Get the first x records
- Next by Date: Re: Get the first x records
- Previous by thread: Locate and loCaseInsensitive
- Next by thread: Get the first x records
- Index(es):