Page 1 of 1

otConnect forgets the custom link names

Posted: Fri 01 May 2009 07:03
by jauco
I have a database where one table sometimes has two foreign keys to the same table e.g. the personnelPeerReview table has two links to the personnel table, one for the reviewer and one for the reviewee. Each time I open the lqml file in the Entity Developer it 'forgets' the custom names I have assigned to these links. so reviewer becomes personnel and reviewee becomes personel1. This is quite annoying, it means I have to either change my code to point to personnel(1) which is less readable, or I have to change all these names by hand each time I edit the lqml.

Does anyone have a fix/workaround/experienced this problem?

Posted: Tue 05 May 2009 10:44
by AndreyR
I have tried to change the association properties through Association Editor window in the latest 2.0.18 release version
and everything succeeded, changes persisted after saving. Try updating to the current version.

Posted: Wed 06 May 2009 11:10
by jauco
sorry for the late reply.

I upgraded to the latest version and the problem seems to be gone :)