解决错误:sql_variant is incompatible with xml (ASP.NET 2.0 / XML数据类型 )
作者:互联网
2009-06-30
发生场景:
1:如果数据表使用XML数据类型
2:使用ASP.net 2.0
3::使用向导生成SqlDataSource配合DetailsView新增/更新数据库XML数据类型
错误信息:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Operand type clash: sql_variant is incompatible with xml
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Operand type clash: sql_variant is incompatible with xml
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
解决办法:
将下划线部分Type="Object" -〉Type="String"
相关标签:
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
详解.NET Core如何构建一个弹性的HTTP请求机制
.NET Core使用Redis实现创建分布式锁
.NET内存管理释放的两种方式
基于.NET8实现WinFrom应用窗口自动缩放功能
浅析如何在 ASP.NET Core中实现速率限制
.NET Core 委托原理解析(最新推荐)
.NET 9 new features-Microsoft.ML.Tokenizers 库(文本标记化功能)
如何在 .NET 中使用 Tesseract 识别图片文字
ASP.NET Core Web API之Token验证的实现
asp.net core web api项目添加自定义中间件的实现
AI精选
