Phip
08-15-2002, 04:49 AM
How would i make something like this case sensetive?
strSQL = "SELECT * FROM user_key WHERE username='" & Request.Form("username") & "' And password='" & Request.Form("password") &"';"
so if the it doesn't match case sensetive it will return EOF
strSQL = "SELECT * FROM user_key WHERE username='" & Request.Form("username") & "' And password='" & Request.Form("password") &"';"
so if the it doesn't match case sensetive it will return EOF