中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

數據庫怎么生成xml

發布時間:2022-03-16 16:03:02 來源:億速云 閱讀:167 作者:iii 欄目:web開發

這篇文章主要介紹“數據庫怎么生成xml”,在日常操作中,相信很多人在數據庫怎么生成xml問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”數據庫怎么生成xml”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

第一個示例方法: 
1 SqlConnection conn = new SqlConnection();
2 conn.ConnectionString = "Server=127.0.0.1;User 
ID=sa;Password=fdahgdrethj31313210212121;
Database=northwind;Persist Security Info=True";
3 conn.Open();
4 SqlDataAdapter da = new SqlDataAdapter("select * from 表", conn);
5 SqlCommandBuilder thisBulder = new SqlCommandBuilder(da);
6 DataSet ds = new DataSet();
7 da.Fill(ds);
8 ds.WriteXml(@"C:/temp.xml");
第二個示例方法: 
1 private void WriteXmlToFile(DataSet thisDataSet)
2 {
3 if (thisDataSet == null) { return; }
4 // Create a file name to write to.
5 string filename = "myXmlDoc.xml";
6 // Create the FileStream to write with.
7 System.IO.FileStream myFileStream = new System.IO.FileStream
8 (filename, System.IO.FileMode.Create);
9 // Create an XmlTextWriter with the fileStream.
10 System.Xml.XmlTextWriter myXmlWriter =
11 new System.Xml.XmlTextWriter
(myFileStream, System.Text.Encoding.Unicode);
12 // Write to the file with the WriteXml method.
13 thisDataSet.WriteXml(myXmlWriter);
14 myXmlWriter.Close();
15 }

到此,關于“數據庫怎么生成xml”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

延安市| 柳江县| 广安市| 清徐县| 新晃| 若尔盖县| 甘谷县| 贵港市| 抚远县| 华安县| 徐水县| 惠来县| 通州市| 铅山县| 饶阳县| 石林| 洪江市| 鲁山县| 蓬溪县| 浦城县| 汕尾市| 金昌市| 佛冈县| 申扎县| 克东县| 依安县| 渝北区| 巨鹿县| 西峡县| 安远县| 双牌县| 浙江省| 肇州县| 房山区| 孝感市| 富平县| 旺苍县| 柘荣县| 胶南市| 承德市| 阳春市|