Re: EOF Inheritance problems help needed

2007-05-18 Thread Chuck Hill
On May 18, 2007, at 2:31 AM, Lachlan Deck wrote: Okay, I've made some progress, simplified the model, but there's one final problem that's a bit baffling: - the foreign key ('clientId') is not being given a value in the sql. So I have an abstract parent called Taggable with various kids. Ta

Re: EOF Inheritance problems help needed

2007-05-18 Thread Lachlan Deck
Okay, I've made some progress, simplified the model, but there's one final problem that's a bit baffling: - the foreign key ('clientId') is not being given a value in the sql. So I have an abstract parent called Taggable with various kids. Taggable (Abstract, vertical inheritance) id