problem with mysql
Posted: Tue Oct 19, 2004 1:02 am
Hi,
I am getting problem with Login form.
i.e mysql accepting all values i.e not case sensitive.
ex:
select * from table where username='raju';
GETTING RESULTS;
select * from table where username='RAJU';
GETTING RESULTS;
i have to restrict to this case sensitive.
Thanks,
Murthy
I am getting problem with Login form.
i.e mysql accepting all values i.e not case sensitive.
ex:
select * from table where username='raju';
GETTING RESULTS;
select * from table where username='RAJU';
GETTING RESULTS;
i have to restrict to this case sensitive.
Thanks,
Murthy