简体   繁体   中英

Windows Forms Application Standalone database

I am planning to create a windows forms application with standalone database. When i tried to add a new database item in Visual Studio i can see a Dataset and Service-based Database. Could you please let me know which one should i use or is there any other db i can use.

You can use sqlite.net:

https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki

It is pretty straight forward to use. You need to add the appropriate DLLs to your project.

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