OFGemini
asked on
Move node using nested set model
how do I move a subtree using the nested set model to represent a Tree in SQL server?
Could you please elaborate your problem..?
ASKER
I'm storing a Hierarchical structure in SQL server using a Nested set model. I can delete and add nodes just fine, but I'm having trouble moving a Subtree from one folder to another.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I found the solution on my own via google search