How to setup sqlite in c++ clr windowsform application?

148 Views Asked by At

I am working on a CRUD project in Visual Studio. I have designed the form and completed all the functionality to show the entries in a listview. Now I need to implement a local database to save the entries for future use. So I have selected sqlite. But unfortunately I am unable to do it and also there is no sufficient guides to solve this.

I don't have much knowledge of c++ and windowsform.

Can anyone please help me out giving an example how to setup it to call the sqlite functions from windowsform header file for CRUD operations

0

There are 0 best solutions below