OrientDB-NET.binary
OrientDB-NET.binary copied to clipboard
OServer CreateDatabase sometimes throws database already exists exception
When creating a new graph database using the OServer CreateDatabase method, it sometimes throws an exception saying that the database is already exists. There was an empty folder created in the file system for that database.
server.DatabaseExist(storeId, OStorageType.PLocal)
server.CreateDatabase(storeId, ODatabaseType.Graph, OStorageType.PLocal))
When this happen, restarting the OrientDb server then subsequent calls to create new databases will work.
please share me the code for oreintdb 2.2.33 database connection through c#.net