Re: delegator storeByCondition queries

2009-05-20 Thread Vivek Mishra
Hello Vikas, I think "EntityCondition" can help you in this situation. Just search for this and see how it works. Thanks. -- Vivek Mishra Vikas Jadhav wrote: Hi, I am using GenericDelegator to to retrieve or store data from the tables. But I am facing some problems to update some records

Re: delegator storeByCondition queries

2009-05-20 Thread Ashish Vijaywargiya
One more thing your upcoming question will go to the user mailing list. For more details please read: http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists -- Ashish On Thu, May 21, 2009 at 11:50 AM, Ashish Vijaywargiya < vijaywargiya.ash...@gmail.com> wrote: > http://docs.ofbiz.org/x/UBE > > Ple

Re: delegator storeByCondition queries

2009-05-20 Thread Ashish Vijaywargiya
http://docs.ofbiz.org/x/UBE Please read the details provided in the above document. I am sure you will get your answer. -- Ashish On Thu, May 21, 2009 at 11:43 AM, Vikas Jadhav wrote: > Hi, > > I am using GenericDelegator to to retrieve or store data from the tables. > > But I am facing some pr

delegator storeByCondition queries

2009-05-20 Thread Vikas Jadhav
Hi, I am using GenericDelegator to to retrieve or store data from the tables. But I am facing some problems to update some records using delegators. e.g. I have a table as below. EMP (empId primary key, name, age, salary, dept foreign key) Here I want to update the salary of all the employees w