Re: Relationship between 2 models
Re: Relationship between 2 models
- Subject: Re: Relationship between 2 models
- From: Art Isbell <email@hidden>
- Date: Tue, 7 Oct 2003 10:46:25 -1000
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.
Aloha,
Art
_______________________________________________
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.