I have a problem with referential constraints.
Situation is quite obvious:
Master table Person - keyed by ID field
detail table, for example, Phones, joined with 'Person' by
Phones.IDPerson -> Person.ID (by lookup table - and it works perfectly).
But - when I want to delete a person-record, I want all Phones record joined with this Person to be removed automatically (simple Cascade
update rule).
And here's a problem: By Database Desktop I can set UpdateRule to Cascade; but it looks as it works only for updates; i still can't delete Master record. Also, in SQLExplorer, in referencial constraints, i have "Modify operation" set to 'cascade', but 'Delete operation' is still set to 'Restrict' - and i can't change it.
Is any solution of this problem - or maybe, is any better utility for creating, managing, etc. Paradox Databases than Database Desktop?
Thanks for any help
Kuba Poskrobko
posk@o2.pl