<?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 Local Geodatabases in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482616#M5924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A couple of questions regarding local geodatabase ... Can I access a .gdb directly (e.g. Geodatabase.OpenAsync)&amp;nbsp; or do I need to package for runtime via ArcMap to get a .geodatabase file? Also, is access to the .geodatabase file read-only or can I make edits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 21:14:00 GMT</pubDate>
    <dc:creator>KeithGemeinhart1</dc:creator>
    <dc:date>2014-10-23T21:14:00Z</dc:date>
    <item>
      <title>Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482616#M5924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A couple of questions regarding local geodatabase ... Can I access a .gdb directly (e.g. Geodatabase.OpenAsync)&amp;nbsp; or do I need to package for runtime via ArcMap to get a .geodatabase file? Also, is access to the .geodatabase file read-only or can I make edits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 21:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482616#M5924</guid>
      <dc:creator>KeithGemeinhart1</dc:creator>
      <dc:date>2014-10-23T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482617#M5925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The geodatabases used but Runtime are "Runtime Geodatabases" and have to be authored in ArcMap or Pro. So yes you will need to package it first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geodatabases created with the sync task against an ArcGIS Server feature service supports editing and syncing with the server - however note that this requires Standard licensing - You can only view/read the geodatabase with basic license.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 23:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482617#M5925</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2014-10-23T23:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482618#M5926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're not using Server, but we do have Standard licensing. Is that the only way to get an editable geodatabase? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 01:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482618#M5926</guid>
      <dc:creator>KeithGemeinhart1</dc:creator>
      <dc:date>2014-10-24T01:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482619#M5927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point in time, yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482619#M5927</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2014-10-27T19:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482620#M5928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently runtime geodatabases (*.geodatabase files) are read/write when extracted from an ArcGIS Server feature service or a hosted feature service and read-only when created via the "Create Runtime Content" tool in ArcGIS Desktop. On the future roadmap is a checkout/checkin style workflow for runtime geodatabases from ArcGIS Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without ArcGIS Server or a hosted service you can still support offline editing workflows via the LocalServer but I would recommend, if possible, pursuing the above runtime geodatabase route first. The LocalServer approach requires you to create a Map Package with ArcGIS Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482620#M5928</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-10-28T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Local Geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482621#M5929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies Michael and Morten. We are currently using the map package approach with WPF 10.1.1, and I was investigating impact and changes needed to move to .NET 10.2.4. I have the server software, but it's not installed. I will investigate that route sometime soon because the packages can be a little cumbersome at times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a ballpark timeframe for runtime geodbs from desktop? Next release, next quarter, next year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 15:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/local-geodatabases/m-p/482621#M5929</guid>
      <dc:creator>KeithGemeinhart1</dc:creator>
      <dc:date>2014-10-28T15:02:05Z</dc:date>
    </item>
  </channel>
</rss>

