Hi Eric,
I hope that this javascript function could be helpful for you.

var g=orient.getGraph();
var b=g.command("sql","INSERT INTO VMenu CONTENT {'Main':'PM', 
'Timeout':'PT', 'Error':'PE'} RETURN @rid");
g.commit();
var query="update "+ b.getId().toString() + " set newProperty='NP'";
g.command("sql",query);

Let me know.

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.

Reply via email to