sql 使用存储过程 参数为xml字符串

xml不要写编码,如下

<?xml version=\"1.0\" ?><root>数据字符串</root>

存储过程参数 @doc 的类型 设置为 ntext

即可

相关文章:

  • 2021-11-29
  • 2021-08-16
  • 2021-12-03
  • 2022-12-23
  • 2021-09-24
  • 2022-01-01
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-30
  • 2021-12-05
  • 2022-12-23
  • 2021-04-28
相关资源
相似解决方案