<?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: AGP 2.9 - Data Type Long now displaying as Double in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1137579#M7686</link>
    <description>&lt;P&gt;Hi Rich -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information about how Oracle data type NUMBER(38) was previously represented (as LONG) and is now represented (as DOUBLE) by ArcGIS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because there are non-GIS business reasons to maintain the field in question, our temporary approach to handle the data type change was to create another field/column of Oracle data type NUMBER(10), which ArcGIS handles as LONG, and use that new field in the Addin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The values of zero were due to attempts at casting the now DOUBLE field values as LONG in the .NET Addin code; we have resolved this aspect of the issue and the expected values are being displayed in the table&amp;nbsp; of the Addin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again, and best regards.&amp;nbsp;&lt;/P&gt;&lt;P&gt;+ bill&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 19:52:36 GMT</pubDate>
    <dc:creator>WilliamPollock</dc:creator>
    <dc:date>2022-01-26T19:52:36Z</dc:date>
    <item>
      <title>AGP 2.9 - Data Type Long now displaying as Double</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1135032#M7633</link>
      <description>&lt;P&gt;We have an ArcGIS Pro .NET Addin that creates and displays a Stand Alone Table from a query of an Oracle database view.&lt;/P&gt;&lt;P&gt;From AGP 2.3 through 2.8, the Addin rendered all fields of data appropriately.&lt;/P&gt;&lt;P&gt;From AGP 2.3 through 2.8, one specific field of Oracle data type NUMBER(38) rendered/displayed in the Table object as ArcGIS data type Long.&lt;/P&gt;&lt;P&gt;But starting with AGP 2.9, this one specific field of Oracle data type NUMBER(38) now renders as ArcGIS data type Double, and values all show as "0" (zero).&lt;/P&gt;&lt;P&gt;Our Oracle database view has not changed, and our AGP .NET Addin code has not changed; the only change was the upgrade to AGP 2.9.&lt;/P&gt;&lt;P&gt;Any ideas as to why the same table/field/data type renders as Long in AGP 2.8 but as Double in AGP 2.9?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 16:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1135032#M7633</guid>
      <dc:creator>WilliamPollock</dc:creator>
      <dc:date>2022-01-19T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGP 2.9 - Data Type Long now displaying as Double</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1135596#M7647</link>
      <description>&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;NUMBER(38) is large enough to represent a 64-bit integer. We changed our code to present this as a Double as a stop-gap until we can fully represent 64-bit integer types in ArcGIS.&lt;/P&gt;&lt;P&gt;The values should not show as 0; you should log that as an issue with technical support so that we can reproduce and fix it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 19:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1135596#M7647</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2022-01-20T19:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGP 2.9 - Data Type Long now displaying as Double</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1137579#M7686</link>
      <description>&lt;P&gt;Hi Rich -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information about how Oracle data type NUMBER(38) was previously represented (as LONG) and is now represented (as DOUBLE) by ArcGIS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because there are non-GIS business reasons to maintain the field in question, our temporary approach to handle the data type change was to create another field/column of Oracle data type NUMBER(10), which ArcGIS handles as LONG, and use that new field in the Addin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The values of zero were due to attempts at casting the now DOUBLE field values as LONG in the .NET Addin code; we have resolved this aspect of the issue and the expected values are being displayed in the table&amp;nbsp; of the Addin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again, and best regards.&amp;nbsp;&lt;/P&gt;&lt;P&gt;+ bill&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 19:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agp-2-9-data-type-long-now-displaying-as-double/m-p/1137579#M7686</guid>
      <dc:creator>WilliamPollock</dc:creator>
      <dc:date>2022-01-26T19:52:36Z</dc:date>
    </item>
  </channel>
</rss>

