开发者

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

开发者 https://www.devze.com 2022-12-30 09:54 出处:网络
I have to parse xml file and after parsing I have to out related data in sqlite by u开发者_如何学JAVAsing c#.

I have to parse xml file and after parsing I have to out related data in sqlite by u开发者_如何学JAVAsing 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消