> > I use orientjs and javascript server-side functions extensively on 2.1.1. > Not sure which part of this is causing your issue but my server-side > functions generally follow this pattern: >
var db = orient.getDatabase(); var cmd = 'select from #19:1'; var result = db.command(cmd); return result; I'd recommend running your server-side function via orient's web front-end http://<host>:2480/studio/index.html#/database/<db_name>/functions to make sure they are performing properly and then if you are still having problems you'll know the problem is on the orienjs side. Feel free to post back if I can help more. -- --- 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.
