Hi Gerard,
you can try substituting
if ( login.countEdges (Direction.OUT, "Membre")== 0 ) {.....
with
var edge=login.getRecord().field("out_Membre");
if(edge==null || edge.size()==0){ ...
Best regards,
Alessandro
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
