Quoting Jorge Bastos <[EMAIL PROTECTED]>:

AuthDBDUserPWQuery "select password from users where username='%s'"

Have you tried without the apostrophes? Like this:

AuthDBDUserPWQuery "select password from users where username=%s"

--
Bojan

Reply via email to