Hi Eve,
On Fri, May 04, 2007 at 03:44:37PM +0100, Eve Pokua wrote:
> @NamedQuery(name = "GetItemsbydescption",query = "SELECT i FROM
> Iteamdetailsent i WHERE i.description= :description i.itmid=:itmid Or
> i.itmname=:itmname"),
Shouldn't that be
@NamedQuery(name = "GetItemsbydescption",query = "SELECT i FROM
Iteamdetailsent i WHERE i.description= :description or i.itmid=:itmid Or
i.itmname=:itmname")
so another OR in between :description and i.itmid?
HTH, Wouter van Reeven
--
People: "If she weighs the same as a Duck, she's made of wood!"
Sir Bedevere: "And therefore...?"