Re: ToOneRelationship and saveChange method

2011-09-21 Thread Jérémy DE ROYER [INGENCYS]
If I do as you wrote, I will have (I think) the same issue because I will have to use the addToCompaignRelationship method on contact that will add it to the 'saveChange' list, isn't it ? And if I brake the reverse link between contact and xxcampaigncontact that will avoid long save, WO wil com

Re: ToOneRelationship and saveChange method

2011-09-20 Thread Chuck Hill
On 2011-09-19, at 11:56 PM, Jérémy DE ROYER [INGENCYS] wrote: > Hi All, > > I have an editing context question. > > I've got 2 tables : contact and compaign > > I want to add contacts to a compaign so I've created a many to many > relationship between the table contact and the table compaign.

Re: ToOneRelationship and saveChange method

2011-09-20 Thread Kieran Kelleher
You don't say how many contacts you are adding to the campaign <<-->> contacts relationship, but based on the description of you problem I am assuming it is huge, way beyond 10,000, maybe beyond 100,000 or 1,000,000. In any case, it seems like you are hitting the EOF huge to-many relationship (

ToOneRelationship and saveChange method

2011-09-19 Thread Jérémy DE ROYER [INGENCYS]
Hi All, I have an editing context question. I've got 2 tables : contact and compaign I want to add contacts to a compaign so I've created a many to many relationship between the table contact and the table compaign. That work fine. Problem is that when I add (lots of) contacts to a compaign be