I\'m currently working on some evaluation work for a project that I\'m planning.
I recently looked at solutions for a data storage mechanism for my application and w
I don't think storing data in DLL is a good idea, but there is a dirty way to do it.
To load data from DLL:
Now you can make any queries in memory.
To save data to DLL:
It's stupid, but it should work. Hope you will never code that way.