开发者

How can i save xml file in sqlite database...?

开发者 https://www.devze.com 2023-03-08 09:15 出处:网络
I am writing a project where I am required to sa开发者_运维百科ve an entire XML file in a database. So how can I save it? I don\'t want to save parsed XML only the entire XML file.

I am writing a project where I am required to sa开发者_运维百科ve an entire XML file in a database. So how can I save it? I don't want to save parsed XML only the entire XML file.

Thanks.


The content of an XML file is a text. So use a column of type text and insert the whole content of the file.

0

精彩评论

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