Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: hierchical data

    see if [url]http://www.barneyb.com/blog/archives/000532.jsp[/url] is of any use.
    PaulH Guest

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139