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


I am currently working on some evaluation work for a project which I am planning.

i recently looked at the solution of the data collection mechanism for my application and the research I stumbled upon SQLIT I currently use SQLite with the System.Data.SQLite wrapper.

I really like doing this work, but I have a problem with it that I could not decide and I did not get any help related to my problem on the internet.

I would like to embed my SQLIT database in one of my DLLs (ie, is it possible?

How do I use databases?

< P> It would be great if I could use something like this:

  SQLiteConnection con = new SQLiteConnection (); con.ConnectionString = "data source = Title.storage.storage.db3"; Con.Open ();  

Thanks in advance and best regards,

3Fox

Not to store an archive file Is not, it's for code storage. When you can store files in an assembly, they are only for reading.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -