I there. I having a problem. I have a table with 3 columns, identity,
implicit_group(int) and private. if insert, for exemple, one identity with
an implicit_group with the value '1' and a private 'aaaa' i need to guaranty
that i can't insert another identity with an implicity_group '1' and a
different private. How can I do this? tks a lot.
ps - Tks Andreas for responding to my other problem