Hi, I am facing certain problem in writing repository_user.xml. I have a table -named "Parent"- which has a composite primary key with columns "A" and "B". And another table -named "Child"- which has primary key with column "A", "B" and "C" - A and B are foreign key to the table "Parent". The two tables have a "1 to many" relationship.
I want to ask how should I describe this in the repository_user.xml? I search across the mailing list for information about composite primary keys without any hint. Could anyone help me in this Thanks in advance! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
