Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
how to use Embedded Resource sqlite db without saving after extraction

how can i access file Embedded Resource


C#
public string ConnectionStringSQLLite = "Data Source=SUDPCRATE.db;Version=3;New=False;Compress=True;";
Posted
Updated 11-Aug-14 2:47am
v2
Comments
[no name] 11-Aug-14 8:26am    
You have to extract it before you can use it.
Member-515487 11-Aug-14 8:46am    
i dont want to save it some file location i want to access from dll only i dont want to share data with client
[no name] 11-Aug-14 8:51am    
Then what would be the point? Having an unsavable file is useless. If you think that your data is so valuable that you don't want your client to see it, then encrypt it.
Member-515487 12-Aug-14 0:16am    
i want it store in memory any how

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