<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to edit precision and scale attribute table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617366#M34862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Generally speaking, you should set the desired floating-point precision parameters (width and digits)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at table creation.&amp;nbsp; Oracle sometimes won't let you change values after the fact (if the table has data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and it thinks you are trying to increase precision retroactively).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 12:54:18 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-05-23T12:54:18Z</dc:date>
    <item>
      <title>How to edit precision and scale attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617365#M34861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excuse me Master GIS in this forum. Need ur help, please? I have problem in editing precision and scale attribute table. I build feature class with name ID_PILE_P. Furthermore, my build geodatabase has been reviewed by client. The result had different in precision and scale table. How to edit precision and scale table in feature class in this geodatabase. Review result and geodatabase attached this question. Please help me..thank you for ur help before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yunianto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from Indonesia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 02:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617365#M34861</guid>
      <dc:creator>YuniantoTri_Wijayanto</dc:creator>
      <dc:date>2014-05-23T02:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit precision and scale attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617366#M34862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Generally speaking, you should set the desired floating-point precision parameters (width and digits)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at table creation.&amp;nbsp; Oracle sometimes won't let you change values after the fact (if the table has data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and it thinks you are trying to increase precision retroactively).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 12:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617366#M34862</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-05-23T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit precision and scale attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617367#M34863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Yunianto1989&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set precision and scale appropriate request from my client. I created a table column with type "double" with precision 38 and scale 8 but the precision be 18 and scale 8. And then, I input the shapefile into a personal geodatabase, the precision and scale be zero value (0). How is maximum value precision and scale in column attribute table? Is it the default value in the geodatabase? Is it a case that affect this change? Please explanation or way to the precision and scale not change zero value into geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 13:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617367#M34863</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-05-23T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit precision and scale attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617368#M34864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're not going to get 38 digits of precision out of a IEEE 64-bit floating point value, period.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefiles, due to a dBase limitation, aren't even going to get 18 digits.&amp;nbsp; Personal geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is a form of Access; I don't ever use that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's time for a more complete description of your ArcGIS software and input and output data &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;formats, so you can find someone familiar with your goal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 15:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-edit-precision-and-scale-attribute-table/m-p/617368#M34864</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-05-23T15:53:33Z</dc:date>
    </item>
  </channel>
</rss>

