Query neo4j data in sql server using SQL without importing: what options do I have?

I want to query my neo4j data in sql server without importing.
I tried to use CData Connect as well as CData Neo4j ODBC but both have problem connecting the Neo4j Data and they are giving error : "Connection closed"
Although the credentials I used are fine

Hello, and thanks for your question! Neo4j is a database, so I don't know of a way to query graph data in another type of database without importing it. There are probably some graph libraries you can put on top of relational databases, but those wouldn't be connected to Neo4j at all. Hope this helps!