Subject | Re: [IBO] Case insensitive index |
---|---|
Author | Jason Wharton |
Post date | 2001-10-17T22:32:20Z |
No, you have to maintain an uppercase equivalent column and put an index on
it.
Then, there is a NOCASE ColumnAttribute setting which will tell IBO to
substitute appropriately to accomplish case insensitive searching, etc.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
it.
Then, there is a NOCASE ColumnAttribute setting which will tell IBO to
substitute appropriately to accomplish case insensitive searching, etc.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Bob Jones" <bjones@...>
To: "IBObjects@yahoogroups. com" <IBObjects@yahoogroups.com>
Sent: Wednesday, October 17, 2001 3:06 PM
Subject: [IBO] Case insensitive index
> How do I create an index that is not case sensitive? Is there a property
> that I set to ignore case on the index, or does Interbase support
functional
> indexes?
>
> Thanks.
> Bob