WebMatrix SQL CE数字类型具有零精度

时间:2011-06-17 00:19:40

标签: sql-server-ce webmatrix numeric currency sql-server-ce-4

我在SQL CE数据库中使用“数字”类型创建了一个列,精度为10,使用WebMatrix进行了缩放5。 然后,我保存了表格,精度/比例突然变为0。

当我尝试编辑它们时,收到以下错误:

Error
---------------------------
The maximum precision for this type is 0.
---------------------------
OK

我做错了什么,或者它是WebMatrix或SQL CE中的错误?

更新:该错误似乎已使用最新的WebMatrix版本修复

1 个答案:

答案 0 :(得分:0)

这是WebMatrix提供的数据库管理工具中的一个错误:http://forums.asp.net/t/1690824.aspx/1?WebMatrix+numeric+type+has+0+precision