Re: desgining a family tree schema
Posted by: Peter Brawley
Date: August 18, 2007 10:38AM

Perhaps the family tree example at http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html will be helpful?

Tree traversal is recursive. If your target site can use MySQL 5, you can write sprocs like those cited above. Otherwise you will have to write the equivalent logic in your application language.

PB

Options: ReplyQuote


Subject
Written By
Posted
Re: desgining a family tree schema
August 18, 2007 10:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.