Precision for Long Integer fields incorrectly reported as 10
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM003510
已提交
July 26, 2006
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
Workaround for a new feature class---------------------------------------------Create a brand new feature class, specifiy data type as long integer and set the precision to 10.Workarounds for existing feature class-----------------------------------------------i) Create a new field from the existing feature class, set data type as long integer, precision = 0, this should hold up to 10 digits. orii) Create a brand new feature class (e.g. FC_New), specifiy data type as long integer and set the precision to 10, then import the existing feature class's (e.g. FC_old) schema to the brand new feature class(e.g. FC_New), then uses 'Load Data' to populate the attributes and delete FC_old.