Board index » delphi » D1: DBF & Non-Case Sensitive Indicies

D1: DBF & Non-Case Sensitive Indicies

Is there a way, under D1 and using Dbase for Windows formated database
files, to create an index that IS NOT case sensitive?

Thanks.

Mike

------------------------------------------------------
- Mike Bandor  (band...@vitrex.net)
- Software Engineer:    Delphi/Ada/C++/Java/Win3.1/
-                       Win95/Winhelp/JOVIAL/MASM
-                              
- "Trying to manage programmers    
-  is like trying to herd cats!"          
-
- Speaking for myself!  Standard disclaimer applies.
------------------------------------------------------
- Author of MEGATERMS:  Military Terms and Acronyms
- http://www.vitrex.net/~bandorm/megaterm/megaterm.htm
- ftp://vitrex.net/usr/b/bandorm/m-term.zip
------------------------------------------------------

 

Re:D1: DBF & Non-Case Sensitive Indicies


Hi Mike!

Yes possible, use expression indexes like

UPPER(Field_Name)

--
Sincerely yours
Anatoly Podgoretsky
n...@vnet.ee

Quote
Mike Bandor wrote in message <3612d0bd.605...@news.vitrex.net>...
>Is there a way, under D1 and using Dbase for Windows formated database
>files, to create an index that IS NOT case sensitive?

>Thanks.

>Mike

>------------------------------------------------------
>- Mike Bandor  (band...@vitrex.net)
>- Software Engineer:    Delphi/Ada/C++/Java/Win3.1/
>-                       Win95/Winhelp/JOVIAL/MASM
>-
>- "Trying to manage programmers
>-  is like trying to herd cats!"
>-
>- Speaking for myself!  Standard disclaimer applies.
>------------------------------------------------------
>- Author of MEGATERMS:  Military Terms and Acronyms
>- http://www.vitrex.net/~bandorm/megaterm/megaterm.htm
>- ftp://vitrex.net/usr/b/bandorm/m-term.zip
>------------------------------------------------------

Other Threads