Dynamic Tree Node Creation
i want to create a tree node as per the database
the tree must contain child nodes equal to that of entries in database
the name column of database must be added in tree
means- Each node in tree must specify the name column of database
tree Db(Tree root)
Ia.jpg(tree node)
Ib.jpg(tree node)
Ic.jpg(tree node)
a.jpg,b.jpg,c.jpg belong to name column of database

