Re: [Neo4j] ODBC connection

2011-12-13 Thread Mattias Persson
Rickard, didn't you write a JDBC driver for Cypher recently? 2011/12/7 patenlee leo.de.vr...@bpsolutions.nl I want to access from an external application Neo4j objects. Does anybody know if a Neo4J ODBC driver is available to access the Neo4j objects. -- View this message in context:

Re: [Neo4j] ODBC connection

2011-12-13 Thread Rickard Öberg
Hi, Yes, I have written an experimental JDBC driver that uses the REST API to map JDBC calls to Cypher. It is available at: http://github.com/rickardoberg/neo4j-jdbc This can be used to access Neo4j data. Since Cypher does not yet support updates this is read-only, but can be good for reporting

Re: [Neo4j] ODBC connection

2011-12-13 Thread Rickard Öberg
Hi, Sooo, I had a look at ODBC, and there is actually a ODBC-JDBC Gateway available from here: http://www.easysoft.com/products/data_access/jdbc_odbc_bridge/index.html I downloaded and installed it, and then tried out a generic ODBC tool with it: http://www.sliksoftware.co.nz/products/odbcview/

[Neo4j] ODBC connection

2011-12-06 Thread patenlee
I want to access from an external application Neo4j objects. Does anybody know if a Neo4J ODBC driver is available to access the Neo4j objects. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/ODBC-connection-tp3566658p3566658.html Sent from the Neo4j