How can I embed a SQLite Database in a .NET DLL and then use it from C#?

前端 未结 5 1800
星月不相逢
星月不相逢 2020-12-16 01:30

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

5条回答
  •  执念已碎
    2020-12-16 01:51

    If you're on NTFS, you can use an alternate data stream. On my project we hide the SQLite database inside another file using an alternate stream called :DB.

提交回复
热议问题