cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

muzos07
Node
since ‎03-22-2020
‎06-01-2022

User Statistics

  • 16 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello! I'm happy to inform you that after a year of testing a lot of graph databases, implementing their drivers into my project, troubleshooting and more I have decided to use Neo4j as main database for my Bachelors degree project. I'm programming i...
TL;DR: apoc.static.get/set/list procedures are not working after a simple SyntaxError in neo4j-dotnet-driver Neo4j database version: 4.0.3neo4j-dotnet-driver version: 4.0.1apoc procedures installed: apoc-4.0.0.7-all.jar Hello, I discovered one error ...
Hello, I'm using driver for Neo4j database with this code: As you can see, I create query and then I might or might not create other nodes BASED on some conditions and collections. Problem is that every time I have to match that first node again and...
Hello, I'm trying to implement .NET official Neo4j driver into my C# project. While studying the docs, I learned about Transaction functions (Write/ReadTransaction). However, in my case I would like to run more than one CREATE query during those tran...
Hello, I'm currently running Neo4j version 4.0 and installed plugin APOC 4.0. I'm trying to load bunch of csv files using this CALL string. All csv files are ready in neo4j/plugins folder. However when I run this query, I get this result: So I t...