Re: "Macro" statement

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: --CELKO-- (jcelko212_at_earthlink.net)
Date: 01/26/05


Date: 25 Jan 2005 16:45:36 -0800


>> That table contains circular nodes of hieararchy. This is the reason
why I must
first fullfill columns step-by-step. <<

Do you mean that you are using an adjacency list model for a hierarchy?
If so, look up the nested set model instead. Otherwise, you are not
usingthe power of a set-oriented language and have re-invented a file
system.