<?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: Error to Insert in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-to-insert/m-p/559353#M2346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found the solution to this problem in the post below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/10700-Non-editable-Layer?p=342721#post342721"&gt;http://forums.arcgis.com/threads/10700-Non-editable-Layer?p=342721#post342721&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I am having a message error when trying to insert a new record to a FeatureSource from ArcGIS Mobile 10.1&lt;BR /&gt;&lt;BR /&gt;Here is my code:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; FeatureSource ftrSource = GetFeatureSource("MyLayer", mobileCache);&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; FeatureDataRow dataRowManobraPonto = ftrSource.GetDataTable().NewRow();&amp;nbsp;&amp;nbsp; &amp;lt;-- here I got the exception (attached)&lt;BR /&gt;&lt;BR /&gt;Is there have any suggestion I must check ?&lt;BR /&gt;&lt;BR /&gt;Should I use the Insert Method that FeatureDataReader implements? If yes please how to get a FeatureDataRecord from my FeatureLayer?&lt;BR /&gt;&lt;BR /&gt;Ps: I am also attaching my Mobile Service (print screen) that was the source of my MobileCache and my Cache.&lt;BR /&gt;&lt;BR /&gt;Sincerely.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 14:54:59 GMT</pubDate>
    <dc:creator>EzequiasRodrigues_da_Rocha</dc:creator>
    <dc:date>2013-11-08T14:54:59Z</dc:date>
    <item>
      <title>Error to Insert</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-to-insert/m-p/559352#M2345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ezequias&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a message error when trying to insert a new record to a FeatureSource from ArcGIS Mobile 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; FeatureSource ftrSource = GetFeatureSource("MyLayer", mobileCache);&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; FeatureDataRow dataRowManobraPonto = ftrSource.GetDataTable().NewRow();&amp;nbsp;&amp;nbsp; &amp;lt;-- here I got the exception (attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there have any suggestion I must check ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I use the Insert Method that FeatureDataReader implements? If yes please how to get a FeatureDataRecord from my FeatureLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ps: I am also attaching my Mobile Service (print screen) that was the source of my MobileCache and my Cache.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 12:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-to-insert/m-p/559352#M2345</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-11-07T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error to Insert</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-to-insert/m-p/559353#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found the solution to this problem in the post below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/10700-Non-editable-Layer?p=342721#post342721"&gt;http://forums.arcgis.com/threads/10700-Non-editable-Layer?p=342721#post342721&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I am having a message error when trying to insert a new record to a FeatureSource from ArcGIS Mobile 10.1&lt;BR /&gt;&lt;BR /&gt;Here is my code:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; FeatureSource ftrSource = GetFeatureSource("MyLayer", mobileCache);&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; FeatureDataRow dataRowManobraPonto = ftrSource.GetDataTable().NewRow();&amp;nbsp;&amp;nbsp; &amp;lt;-- here I got the exception (attached)&lt;BR /&gt;&lt;BR /&gt;Is there have any suggestion I must check ?&lt;BR /&gt;&lt;BR /&gt;Should I use the Insert Method that FeatureDataReader implements? If yes please how to get a FeatureDataRecord from my FeatureLayer?&lt;BR /&gt;&lt;BR /&gt;Ps: I am also attaching my Mobile Service (print screen) that was the source of my MobileCache and my Cache.&lt;BR /&gt;&lt;BR /&gt;Sincerely.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 14:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-to-insert/m-p/559353#M2346</guid>
      <dc:creator>EzequiasRodrigues_da_Rocha</dc:creator>
      <dc:date>2013-11-08T14:54:59Z</dc:date>
    </item>
  </channel>
</rss>

