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,

Create an Expression Index, like:
UPPER(FIELD1)

cu,
Ruben
--
======================================================
   <sigh>...my compiler doesn't understand me...
======================================================

Other Threads