[thelist] ASP login

Mike King mike.king at redroom.co.uk
Mon Jan 14 09:37:24 CST 2002


Guilio is absolutely right
You're missing the '& _' so ASP is confused as to what the next line means.

Cheers
mk

At 16:23 14/01/02 +0100, Giulio Mastrosanti said:

>Don't know about asp (i use php) but it seems it need the & at the end of
>the second line. So looking the first example ( it works, no?) should be:
>
>sqlString = "SELECT user_id FROM users " &_
>             "WHERE user_username='" & username & "' " &_
>             "AND user_password='" & password & "' " &_
>             "AND user_dnumber='" & dnumber & "'





More information about the thelist mailing list