simple tutorial on how to use SQLite [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this questionI'm using VB.NET and Microsoft SQL Server 2005 to create an application. I was told I should use SQLite instead, as I want my application to be standalone with an embedded database. Can someone please provide me with a step-by-step tutorial on how to create a standalone application with an embedded database?
Sorry, I'm quite new to this. Thanks for reading and answering.
This website looks fairly promising:
https://www.dreamincode.net/forums/index.php?showtopic=157830
Here is a quick tutorial: SQlite on .NET in three minutes
精彩评论