Hi Jegatha,

 U please convert the input Sharp,SHarp,etc to any one case (lcase or
Ucase) and do the same with the Database field which u are comparing
with and then compare.

For eg.

If lcase("myinput")  = lcase(rscheck("myfield")) Then
 Response.Write "Input Value Available in Database"
Else
Response.Write "Input Value Available in Database"
End If


All the Best

-- 
Balaji V


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to