Hi,
I am not sure if I should post this question here but we noticed that when we delete a feature from the feature class, it also deletes all the records that are related to that feature from the related table which we don't want to do. Have you guys experienced anything like that? Thanks for your help.
Sri
Yes that is the expected behaviour when you have a composite relatiosnship. When you create a relationship class, you have the option of creating a simple or a composite relationship. A simple relationship "exists between two or more objects that can exist independant of each other", in a composite relationship the "lifetime of the objects in the destination tabel is controlled by the lifeftime of their related object in the origin table".
Sebastian
Thanks but I am experiencing the behavior in a simple relationship class.
I actually figured out the issue, it did not delete the records from the related table, but it disconnected the records and made the key null, so I could go back and link/relate them to the feature in the origin table. Thanks for you help anyway.