hi guys when i want to update a value in my database with this query
public function update_nom($a,$b,$c)
{

 
$q=Doctrine_Query::create()->update('utilisateur')->set('prenom',$a)->set('nom',$b)->where('matricule
= ?',$c)->execute();
}

an error is occured
Column not found: 1054 Unknown column 'mourad' in 'field list'
can some one help me

2011/4/13 mohamed sabri ben sassi <mohamedsabri.bensa...@gmail.com>

> hi guys when i want to update a value in my database with this query
> public function update_nom($a,$b,$c)
> {
>
>  
> $q=Doctrine_Query::create()->update('utilisateur')->set('prenom',$a)->set('nom',$b)->where('matricule
> = ?',$c)->execute();
> }
>
> an error is occured
> Column not found: 1054 Unknown column 'mourad' in 'field list'
> can some one help me
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to