JDBC is a database connection library (protocol) that Rickard Öberg and I implemented for Neo4j. So you can connect to a database, send parametrized queries and retrieve tabular results.
On Tue, Apr 1, 2014 at 7:57 AM, Nick Gramsky <[email protected]> wrote: > My stack question can be found here. Offering a bounty as I really need > to figure this out.... > > > http://stackoverflow.com/questions/22626824/need-to-restart-neo4j-to-view-new-data > > > On Tuesday, April 1, 2014 1:56:07 AM UTC-4, Nick Gramsky wrote: >> >> Hi Michael, >> >> Sorry, I just reposted here. I tried to find tis post and it was not >> showing up. I just recently was able to see this post again. >> >> Anyways - I don't understand your answer. When I look up JDBC it seems >> like it is a GUI for interacting with Neo4J and not a library to write >> queries against the database. Could you elaborate on this a bit further? >> Also, why does restarting then show the data? >> >> Thanks, >> Nick >> >> On Tuesday, March 25, 2014 5:47:53 AM UTC-4, Michael Hunger wrote: >>> >>> Please try not to cross post across stackoverflow and the google group. >>> I answered there. >>> >>> >>> On Tue, Mar 25, 2014 at 7:11 AM, Nick Gramsky <[email protected]>wrote: >>> >>>> I've written a few Java sample programs that create node and >>>> relationships. I've learned that after I create a node or relationship I >>>> am unable to view the data in the web console unless I stop/start the >>>> database on the command line with a "neo4j stop / neo4j start". After >>>> doing so my cypher queries return the newly created nodes. >>>> >>>> Is there a timeout that must finish, a cache setting or anything else >>>> that is preventing me from seeing these newly created nodes? >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Neo4j" 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. >>>> >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Neo4j" 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. > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
