2016 - 2024

感恩一路有你

java如何调用存储过程 存储过程中将用selectforxml查询到得结果另存为xml文件?

浏览量:1913 时间:2021-03-15 12:20:25 作者:admin

存储过程中将用selectforxml查询到得结果另存为xml文件?

例如,我有一个存储过程create proc[dbo]uselect]@sno nchar(7)asselect sname,ssex,sage,sdeptfrom studentwheresno=@sno当我得到一个查询结果时,我调用存储的结果字符串SnO=textbox1文本。修剪()string conStr=“数据源=PC-20110624IRHPSQLEXPRESSInitial Catalog=”conStr=conStr“students2Integrated Security=sspi”SqlConnection Con=new SqlConnection(conStr)Con.打开()string s=“iSno”Select“”sno“”SqlCommand cmd=new SqlCommand(s,Con)SqlDataReader dr=cmd.ExecuteReader命令()XmlDocument objDom=新建XmlDocument()

java如何调用存储过程 sql怎么调用存储过程 mapper调用存储过程

版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。