Hi I have a Master->Detailed relationship database that is several
relationships deep. as shown below....
Master
|
Detailed (Master)
|
Detailed ( Master)
|
Detailed etc...
Now this works fine under Delphi 2.0 just link up all the tables in the
object inspector and away you go. The problem is when I take the exact
same code and try and compile it under Delphi 3.0 I get the error
Message "Circular Referances not allowed". I have been through the code
and removed all referentail integrities and all secondary indexs apart
for the ones needed to link the tables "Foreign Key" to it's "Masters
Local Key" yet I still get this error. Can anyone Help? Are you limited
to a Single Master -> Detailed relationship under Delphi 3.0?
Thanks
Michael Bushby