INSERT INTO VMenu CONTENT {"Main":"PM", "Timeout":"PT", "Error":"PE"} RETURN @rid
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/en8zNxWtC88/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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);
--
--
Did you look through the other links in the menu under "Functions"? Not sure that info will help, but it does go into a little more detail about functions.Scott
--
--