Parsing data from xml and send that data into SQlite database in c#
- by ashishtripathi.hcu
Hi..
I have to parse xml file and after parsing I have to out related data in sqlite by using c#.
I have parsed the xml file but not able to transfer those data into Sqlite data base.
There are some problem while doing so.
as I am not able to find System.Data.Sqlite even I have installed sqlite.
Thanks...