Re: Propagate primary key questions

2007-07-23 Thread Chuck Hill
On Jul 23, 2007, at 5:33 AM, James Cicenia wrote: Well I was tired Anyway,,, I think EO was messing with my head. I thought for some reason I read that EO would create an eo automatically if it was mandatory and with propagate key. It will. BUT. This happens when the owning EO is _

Re: Propagate primary key questions

2007-07-23 Thread James Cicenia
Well I was tired Anyway,,, I think EO was messing with my head. I thought for some reason I read that EO would create an eo automatically if it was mandatory and with propagate key. Well this was the first time I was trying to use that portion of EOModeler. It failed me miserably. Cou

Re: Propagate primary key questions

2007-07-22 Thread Chuck Hill
On Jul 21, 2007, at 4:45 PM, James Cicenia wrote: Hello - I am adding a new table to the database and a new EO object that I want to be created automatically via owns destination and propagate key. However, this is after the fact. Now, I guess I just don't understand but the following

Re: Propagate primary key questions

2007-07-21 Thread John Bruce
Hi James, I think this is the same problem I had when I did this - basically the owned eo is created automatically for you. If you create your own one you end up with two and the one you created is not attached. So basically try not creating it yourself and it should just be there... note that yo

Propagate primary key questions

2007-07-21 Thread James Cicenia
Hello - I am adding a new table to the database and a new EO object that I want to be created automatically via owns destination and propagate key. However, this is after the fact. Now, I guess I just don't understand but the following code to add the related record is giving me the follo