hi,
i have a string in database: ADSasdf123.
i query databse with adsasdf123 and there is no problem.
i query databse with ADSASDF123 and there is no problem also.
My requirements need both the above 2 queries to give error which it doesn't..
it seems to me that the sql query cannot identify uppercase or lowercase characters.
How can i make it in such a way that the sql query can differentiate uppcase & lowercase characters?
thanks.