Project Tree Question

Posts   
 
    
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 18-Sep-2006 15:55:07   

I have a tree that is composed on projects and sub-projects. So, my project table has the standard ProjectID and ParentProjectID.

Now, when the user selects a project, I need to go fetch all the project and sub-project related task records. What do you guys think is the best way to go about this?

Thanks!

MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 18-Sep-2006 17:37:22   

Nevermind, I got it with two fetches.