-
Notifications
You must be signed in to change notification settings - Fork 0
System.Data.SQLite
Louis Richard edited this page Nov 22, 2019
·
2 revisions
To recreate this type of connection, you'll need the System.Data.SQLite library.
To install it on your project, you'll need to go on :
Tools/NuGet Package Manager/Manage NuGet Packages for Solution....
Then, go to Browse and search for SQLite.
Look for System.Data.SQLite and install it.
Once the installation is done, you can place the following code in your project.
using System.Data.SQLite;Please, when using this project for your own, write a comment to say where you got it from :)
That's all I'm asking for.