Copiez le code de la fonction asp pour trouver le nœud racine d'un nœud connu. Le code est le suivant :
Fonction getTreeRootId(pNodeId)
getSQL = sélectionnez note_id,parent_id depuis [T_tree_demo] où note_id='& pNodeId &'
Définir getRs = db.Execute(getSQL)
Si ce n'est pas le cas, getRs.eof alors
Si Trim(getRs(parent_id)) = 0 Alors
getTreeRootId = Trim(getRs(note_id))
Fonction de sortie
Autre
getTreeRootId = getTreeRootId(Trim(getRs(parent_id)))
Fin si
Autre
getTreeRootId = 0
Fonction de sortie
Fin si
getRs.close
Définir getRs = Rien
Fonction de fin