On Nov 26, 2007, at 8:58 PM, BJ Freeman wrote:
I have been fumbling with this for a while. I made a reader reload to reload exported data as a transfer ability. so my question, from the architects. is there a sequence of all the entities that will allow them to load?
There have been approximately 2000 mailing list messages on this topic.A single ordered list of entities by foreign key dependencies is impossible, there are loops in them. If you want to research theory on this check out graph traversal algorithms and the like.
Use one of the various tools to get around FKs, like dummy fks or the check/update database page that has tools to turn them on/off.
-David
smime.p7s
Description: S/MIME cryptographic signature
