G
Guest
I have a table that I would like to display in a tree view. The table has
parent/child relationships (there is a primary key, and another field that
points to the parent's primary key). This table is in an SQL Server database
(2005). The table is essentially an organization structure (CEO who has
senior managers, who then have department managers, who have section
managers, etc). How do I get this structure into a tree view?
Thanks.
parent/child relationships (there is a primary key, and another field that
points to the parent's primary key). This table is in an SQL Server database
(2005). The table is essentially an organization structure (CEO who has
senior managers, who then have department managers, who have section
managers, etc). How do I get this structure into a tree view?
Thanks.