posted 14 years ago
Hello,
I've required some mappings where I've three fields in composite key. One of the three field is foreign key to some other table. Now, I want cascade insert and update on that foreign key (plus composite key) field.
Here, field2 is foreign key plus composite key. Now I want it to be cascade insert and update. How can I do that?
Thanks in advance.