Hi
Yes, i've tried, it's the same but i just don't have the ''
It reproduces:
17 Execute [1] select password from users where username=?
Any idea?
----- Original Message -----
From: "Bojan Smojver" <[EMAIL PROTECTED]>
To: "APR Development List" <[email protected]>
Sent: Thursday, November 23, 2006 4:12 AM
Subject: Re: Problem with SQL statment
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