Subject | Re: [ib-support] Firebird support case insensitive?? |
---|---|
Author | Arda Tunccekic |
Post date | 2001-12-26T14:19:17Z |
Is this the proper way to achieve this with delphi?
SELECT x FROM y WHERE upper(something)= "'+ ansiuppercase(a_string) +' " ' ;
SELECT x FROM y WHERE upper(something)= "'+ ansiuppercase(a_string) +' " ' ;
> At 10:50 AM 26-12-01 +0000, Francisco Ruiz wrote:
> >Hello Folks,
> >
> >Firebird supports case insensitive indexing, How can I try this
> >feature?
>
> Where did you read this, Francisco?
>
> Helen