Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

comparing variables 1

Status
Not open for further replies.

kferri

Programmer
Jul 11, 2006
8
US
I'm creating a login screen in coldfusion using an access database. I want the username/password fields to be case sensitive. Is there a function in coldfusion that will check this? I'm not sure how to do this. Any help would be greatly appreciated.
 
the compare() function is case sensative, use it for your comparison.

=========================================
Don't sweat the petty things and don't pet the sweaty things.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top