Re: Fetching the data of a many-to many relationShip

2009-07-02 Thread Gustavo Pizano
AHA ok got it... I understood now. G On Thu, Jul 2, 2009 at 12:40 PM, David Avendasora wrote: > > On Jul 2, 2009, at 6:26 AM, Gustavo Pizano wrote: > > > > On Thu, Jul 2, 2009 at 11:48 AM, David Avendasora < > webobje...@avendasora.com> wrote: > >> >> On Jul 2, 2009, at 5:19 AM, Gustavo Pizano

Re: Fetching the data of a many-to many relationShip

2009-07-02 Thread David Avendasora
On Jul 2, 2009, at 6:26 AM, Gustavo Pizano wrote: On Thu, Jul 2, 2009 at 11:48 AM, David Avendasora > wrote: On Jul 2, 2009, at 5:19 AM, Gustavo Pizano wrote: Hello. I have the following: I have a Entity called WG, and one called, TRANSLATIONSET. so the relationship is WG << >> TRANSLA

Re: Fetching the data of a many-to many relationShip

2009-07-02 Thread Gustavo Pizano
On Thu, Jul 2, 2009 at 11:48 AM, David Avendasora wrote: > > On Jul 2, 2009, at 5:19 AM, Gustavo Pizano wrote: > > Hello. >> >> I have the following: >> >> I have a Entity called WG, and one called, TRANSLATIONSET. so the >> relationship is WG << >> TRANSLATIONSET. >> >> if I have the wg , I wan

Re: Fetching the data of a many-to many relationShip

2009-07-02 Thread David Avendasora
On Jul 2, 2009, at 5:19 AM, Gustavo Pizano wrote: Hello. I have the following: I have a Entity called WG, and one called, TRANSLATIONSET. so the relationship is WG << >> TRANSLATIONSET. if I have the wg , I want to get all the TRANSLATIONSET that this partigual wg has. Whne I was defini

Fetching the data of a many-to many relationShip

2009-07-02 Thread Gustavo Pizano
Hello. I have the following: I have a Entity called WG, and one called, TRANSLATIONSET. so the relationship is WG << >> TRANSLATIONSET. if I have the wg , I want to get all the TRANSLATIONSET that this partigual wg has. Whne I was definiyng the EOModel, I set up a manytomany relationship with a