中国网格虚拟主机不满意退款承诺!
24小时咨询热线:021-51095771  51087627
中国网格
快速建站 只选网格
域名+空间+数据库+维护 企业网站整体服务商
支付方式数 据 库优惠套餐
您当前的位置 
首页
快速建站
技术
MSSQL
正文

MSSQL带你轻松接触数据库生成xml的两个方法

发布时间:2012-10-23 15:24:39| www.cnwg.cn | 文章标签:MSSQL,数据库,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 }


数据库空间

数据库存储空间

价格:200元/100M

MySql,SQL可选择

参考资料

我要评价

评价发表成功

错误提示
关于网格 | 联系方式 | 网站地图 | 客户中心 | 网格招聘 | 代理合作 | 支付方式 | 帮助中心
中国网格所属上海羽灿计算机科技有限公司版权所有 Copyright©cnwg.cn 2003-2013,All Rights Reserved.

联系电话:021-51095771 021-51087627 传真:021-51087637-202
版权所有:上海羽灿计算机科技有限公司 中国网格(cnwg.cn/cnwg.cc)©2003-2013 All Rights Reserved.
地址:上海市银都路3399弄533号 邮编:201108 ICP经营许可证编号:沪B2-20060019 沪ICP备06012189号

  • 经营性网站
    备案信息
  • 网络110
    报警服务
  • 文明办网
    先进单位
  • 支付宝
    特约商家
  • 网络社区
    征信网
  • 上海工商
    网上亮照