May 26, 2010 at 4:39 am
I read the good article of Agha Usman on "Storing/Retrieving Hierarchies In SQL Server Database" but it left me with one question :
1) What if want to move a node (and all its subnode) to another position ?
Any idea?
One other question :
i have to store data about an address book whit contact and group , where a contact may belong to only one group and groups can be nested ; which strategies can i use different from the modified preorder tree traversal ?
thanks
May 26, 2010 at 3:19 pm
The answer to your first question is on page 3 of the article linked in the article your efer to.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply