Re: Relationship between 2 models
Re: Relationship between 2 models
- Subject: Re: Relationship between 2 models
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 7 Oct 2003 17:21:31 -0400
On Tuesday, October 7, 2003, at 04:46 PM, Art Isbell wrote:
On Tuesday, October 7, 2003, at 06:00 AM, Eric Trahan wrote:
what's the trick to define a relationship between 2 models.
I have one model for a FrontBase database and another model for a
OpenBase database. There's one entity in each model with a clientId.
Avoid anything that would create an SQL join between tables in each
DB. E.g., no flattened attributes or relationships across models, no
fetch specs that involve attributes from both models, etc. You'll
need to do the joins locally in your app. Otherwise, it's doable.
I thought one of the features was letting you do pseudo-joins like the
above? What happens when you
do cross-model relationship?
-------
WebObjects in Philadelphia. You want a cheesesteak with that? Visit
http://webobjects.meetup.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.