Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm looking for a solution to read and write in a dictionary with different applications.
The key is a string and the values are string, bool, int... I have to store around 300 items.
The database has to be editable with notepad
Any idea ?

What I have tried:

I used LiteDB. That's a good solution but I can't edit the db file without a third party application.

I tried with a simple CSV file but I had problem with read and Write access
Posted
Updated 26-Jun-18 5:31am
v3
Comments
Mehdi Gholam 26-Jun-18 11:24am    
Share how? Concurrent access and change by all application, read only access?
canard29 26-Jun-18 11:29am    
Yes, read and write for all apps
Mehdi Gholam 26-Jun-18 11:36am    
For small values (like your 300) you can create a "server" application to load a json/xml/csv/text file to memory and serve it via a TCP/HTTP API.
canard29 26-Jun-18 11:59am    
Like a REST server with GET and PUSH ? Interesting solution !

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900