On 5/3/06, Fredrik Liden <[EMAIL PROTECTED]> wrote:
Adding manual object relationships, is this for creating the flattend relationships only? Actually I don't want to flatten it because I have a few more fields in the join table (that I didn't include).
If you are using it for more than a simple join table, then I would not use compound primary keys. Instead I'd use a meaningless auto-generated primary key. Sorry -- it hadn't occurred to me that you might be doing this.
