Copie el código de la función asp para encontrar el nodo raíz de un nodo conocido. El código es el siguiente:
Función getTreeRootId(pNodeId)
getSQL = seleccione note_id,parent_id de [T_tree_demo] donde note_id='& pNodeId &'
Establecer getRs = db.Execute(getSQL)
Si no obtiene Rs.eof entonces
Si Trim(getRs(parent_id)) = 0 Entonces
getTreeRootId = Recortar(getRs(note_id))
Función de salida
Demás
getTreeRootId = getTreeRootId(Recortar(getRs(parent_id)))
Terminar si
Demás
getTreeRootId = 0
Función de salida
Terminar si
obtenerRs.cerrar
Establecer getRs = Nada
Función final