错误:Arithematic溢出可能是什么原因? [英] Error :Arithematic overflow what could be the reason?

查看:248
本文介绍了错误:Arithematic溢出可能是什么原因?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的项目中,我使用vb.net创建了一个Windows应用程序。

我创建了一个新的数据集(Add-> new-> dataset)。数据集从sql查询中获取值。但是在将数据加载到数据集时会出现错误

''算术溢出''。查询中的值是1.80357142857143

如何将此值存储在数据集中?

我更改了dataset.i中该字段的数据类型,将其设置为double但仍在获取同样的错误。

plz帮助

In my project i have created one windows application using vb.net.
I have created one new data set (Add->new->dataset). Dataset getting value from sql query.But am getting error
''Arithmetic over flow '' while loading data in to dataset. Value from the query is 1.80357142857143
How can i store this value in dataset?
I changed the datatype of that field in dataset.i set that as double but still am getting same error.
plz help

推荐答案

在你的选择查询中尝试CAST,如
in your select query try CAST like
select cast(FieldName As numeric(18,2)) from TableName


这篇关于错误:Arithematic溢出可能是什么原因?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆