Kbase C26745: How to create a case-insensitive query
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/28/2005 |
|
Status: Unverified
GOAL:
How to create a case-insensitive query
FACT(s) (Environment):
ObjectStore 6.x
Category: C++ Collections
FIX:
One way is use os_query_function().
Another way is to create a rank function for type 'char*' that will implement the case-insensitive operation.