SqlException 未处理
传入的表格数据流 (TDS) 删除过程调用 (RPC) 协议 流不正确。参数9 (“@p6”):提供的值不是 数据类型 float 的有效实例。 检查源数据是否无效 价值观。无效的例子 value 是数值类型的数据 规模大于精度。
我在数据库提交时遇到这个奇怪的错误,这可能是什么原因造成的?
The incoming tabular data stream (TDS)
remove procedure call (RPC) protocol
stream is incorrect. Parameter 9
("@p6"): The supplied value is not a
valid instance of data type float.
Check the source data for invalid
values. An example of an invalid
value is data of numeric type with
scale greater than precision.
I'm getting this strange error on a DB submit, what could be causing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能看起来有点明显,但是您是否尝试过遵循异常消息并查看
参数 9 (“@p6”)
中的值?确保它是It may seem a little obvious, but have you tried following the exception message and taking a look at the value in
Parameter 9 ("@p6")
? Make sure it's