Ask a Question related to Coldfusion Database Access, Design and Development.
-
fu-meng #1
hierchical data
hi.
i'm building a dynamic tree in coldfusion and i've been reading how to format
hierarchical data in my database. it certainly seems like a tough task ( as i
am a novice CF'er ), but i've read good articles on the nested set model, the
adjacency list, and the modified preorder tree traversal algorithm.
now the project i'm building won't have more than a few hundred records but
i'm still weary of using a recursive method ( like the nested model, which is
what i am leaning towards ) to retrieve tree data. i'm just worried about
excess overhead issues. i was just hoping someone real ( apart from an article
) might be able to chime in with their two cents.
any advice, personal experience, and tips are very much appreciated.
fumeng.
fu-meng Guest
-
Linking data, searching data, and format the data file
I'm sorta new to flash and integrating data and components...I'm usu. an interface designer. I'm trying to link a combo box to a file doesn't... -
Load xml data in sepearate mxml file and Populate data
I am working on a dynamic Tilelist control that will populate a data and show image under each tile from another mxml file which itself contain de... -
Problem reading layer data error? Composite data instead? WTF
There are some situations where as a PS 6 document is seen as having problems in a PS 7 and PS8 version of Photoshop. There is also a chance, because... -
Display data from database in a scrollable data grid on an ASP Page
Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to... -
abnormal program termination with dynamic data, but not with fixed data
hi everyone. I am stumped! I have code that is part of a simple persistent object manager. The system takes an object, builds an update... -
PaulH #2
Re: hierchical data
see if [url]http://www.barneyb.com/blog/archives/000532.jsp[/url] is of any use.
PaulH Guest
-
fu-meng #3
Re: hierchical data
hi paul.
thank you for your response to my post. yes, that is exactly what i was
looking for. the only drawback is that his implementation only supports 1 root
node instead of multiple root nodes. i may just contact him and ask if i can
extend it to handle that functionality.
thanks again for your post.
fumeng.
fu-meng Guest



Reply With Quote

