Hi Heikki,

--- Heikki Linnakangas <[EMAIL PROTECTED]> a
écrit :

> > www=> PREPARE authn_dbd_1 (varchar) AS select mdp
> from mariage.comptes where
> > nom = '$1';
> 
> That $1 should be without the quotes, like this:
> 
> PREPARE authn_dbd_1 (varchar) AS select mdp from
> mariage.comptes where 
> nom = $1
> 
> Otherwise the query looks for a user named '$1'.

Ok, it's working, thanks a log.
So, Apache DBD module is faulty, I will try to solve
out this issue and revert it back to apache team.

Thanks agains.

Laurent


The misspelling master is on the Web.
   _________    100 % Dictionnary Free !
  /        /(
 /  Dico  / /   Pleins d'autres fautes sur
/________/ /    
(#######( /     http://destroyedlolo.homeunix.org
Quoi, des fautes d'orthographe! Pas possible ;-D.


      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate

Reply via email to