Hi People,
Another very simple question, I am just wondering what the best practise for check if a relation is already defined for a given many to many.
For instance if I have
A -> B <-C
whats the best way of checking before adding a record that an entry tieing table a and C together doesn't already exist?
Thanks
Alex
PS I am using the adapter pattern.