|
Posted by danko.greiner on 11/02/07 01:04
I have structure:
FolderId, FolderName, ParentFolderId, FullPath
e.g.
1, First, null, First
2, Sec, 1, First/Sec
.....
When update happens to FolderName, i need to update all FullPaths that
are below Folder which is changing.
Any ideas?
Thank you.
[Back to original message]
|