简体   繁体   中英

How to connect Sqlite database to c# wpf application? And how does deployment work?

I want to connect my Sqlite database to my C# WPF desktop application. How can i do that in the most efficient way? And i want to know about what happens to that db connection when i want to deploy a setup and want to use this application in another computer?(Will that db connection work in other computers?)

Here is link where is it explain in detail how to use sqlite in c#.

https://www.codeguru.com/csharp/.net/net_data/using-sqlite-in-ac-application.html .

Db connection will work on other computer if deploy packages required for sqlite.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM