Re: SQL Case Insensitive?



YeS, YoU ArE CoRrEcT,

DaVe


"Jan Pit" <janpit@xxxxxxxxxxxxxxxx> wrote in message
news:43e0b907@xxxxxxxxxxxxxxxxxxxxxxxxx
> Am I right that the ADO SQL is case insensitive?
> SELLECT * FROM MyTable WHERE City LIKE '%ne%'
> finds all with NE, ne, Ne or nE anywhere in the field..
>
> I used before LocalSQL (with BDE), and that one is case sensitive, but it
> allows also the use of the UPPER() function.
> Just LIKE to know if this is correct.
>
> Thanks,
> + Jan Pit +
> Botswana
>
>


.



Relevant Pages

  • SQL Case Insensitive?
    ... Am I right that the ADO SQL is case insensitive? ... SELLECT * FROM MyTable WHERE City LIKE '%ne%' ... Jan Pit + ...
    (borland.public.delphi.database.ado)
  • Re: SQL Case Insensitive?
    ... Jan Pit wrote: ... > Am I right that the ADO SQL is case insensitive? ... That depends of the underlying database. ... If you use SQL Server it ...
    (borland.public.delphi.database.ado)