简体   繁体   中英

Parsing data from xml and send that data into SQlite database in c#

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...

If the problem is using the System.Data.Sqlite make sure that you have added sqlite#.dll to your references. In visual studio solution explorer, right click on references -> "add reference" browse and add the appropriate dll. After that you will be able to access the namespace.

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