You should not use the primarykey for this. It would be better if you
add a simple primarykey field to the ProfileMenuCategory, make the
other two fields normal fields, and in the database add a unqiue
constraint on these two fields. This way, the database will throw an
exception when a ProfileMenuCategory object is inserted whose
combination of these fields  has already been used.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to