Hi Im currently working with .sdf database (Server Compact Version 4.0) and sql express. I'm trying to setup a cascade delete on a same table (category - sub category) but I get that I cant add relation to the same table.
A foreign key constraint had and update or a delete cascade rule, and self-references a column in the same table, is not allowed
What can I do about this?
EDIT
I'm the only one with this problem?