Re: my sql database and unique keys

2001-05-08 Thread Steve Ruby
VVM Ravikumar Sarma Chengalvala wrote: > > Hi, > How can I have an UNIQUE key in MYSQL which > differentiates between case sensitive strings.i.e If I > want to store "XYZ","XYz" and "xyz" > differently.Currently mySQl is not accepting this type > of strings and treating them as the same. > > Reg

my sql database and unique keys

2001-05-08 Thread VVM Ravikumar Sarma Chengalvala
Hi, How can I have an UNIQUE key in MYSQL which differentiates between case sensitive strings.i.e If I want to store "XYZ","XYz" and "xyz" differently.Currently mySQl is not accepting this type of strings and treating them as the same. Regards, Ravi __