Re: [Neo4j] Retrieve NodePointer.properties that was not inserted into DB yet

2016-04-11 Thread 'Nigel Small' via Neo4j
Hi Lucas You should probably be using the `Node` object rather than the `NodePointer` object. The latter only exists to support a few pieces of older functionality and will not have access to properties or labels. Nigel On 30 March 2016 at 11:45, Lucas Lourenço wrote: >

Re: [Neo4j] Concurrent access to Neo4j from desktop apps

2016-04-11 Thread 'Michael Hunger' via Neo4j
Can you share how the code you access the database and the error? If you run it as a server and then access it via an http driver you can use as many clients as you want. On Sun, Apr 10, 2016 at 4:21 PM, Abhishek Sharma wrote: > Hi All, > > I am planning to create a