<?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: Managing of FILE Geodatabase - basics in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568805#M32204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There are three different forums which are more appropriate to this question, but first&lt;BR /&gt;you have to decide how you want to access the FGDB --&amp;nbsp; If it's with Python, head on&lt;BR /&gt;over to the &lt;A href="http://forums.arcgis.com/forums/117-Python"&gt;Python&lt;/A&gt; forum; if it's with C#/.Net or Java, then &lt;A href="http://forums.arcgis.com/forums/20-ArcObjects-SDKs"&gt;ArcObjects SDKs&lt;/A&gt; is your &lt;BR /&gt;destination; and if it's outside of ArcGIS with C++, then the &lt;A href="http://forums.arcgis.com/forums/126-File-Geodatabase-API"&gt;FGDB API&lt;/A&gt; is for you.&amp;nbsp; Any&lt;BR /&gt;way you choose, it would probably be wise to try using the product (reviewing the &lt;BR /&gt;documentation and trying to use samples), so you can ask a more specific question.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your advice. I'll try it on the ArcObjects SDKs forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Feb 2014 19:35:18 GMT</pubDate>
    <dc:creator>StanStas</dc:creator>
    <dc:date>2014-02-09T19:35:18Z</dc:date>
    <item>
      <title>Managing of FILE Geodatabase - basics</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568803#M32202</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;First off all I�??m not programmer so it�??s difficult for me to explain my tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??ve done my first customization for ArcGIS Desktop in VB.NET and now I need to connect variables (non-spatial) with a desktop database. My friend helped me and designed for me a structure of the database for my app (attachment) and also he set relations and tables in FILE Geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I need to create functions to manage this FILE GDB for my ArcGIS customization. I don�??t know where to start so I�??m asking you for a little help. I will need to copy values from the GDB and save them into the GDB or delete whole tables or create new ones. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think is it a good idea to work with FILE GDB or are there any other better options? Do you know about any samples/snippets that can help me at the beginning? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this are really basic questions but I'm a newbie &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; so thanks for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31270[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31271[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 09:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568803#M32202</guid>
      <dc:creator>StanStas</dc:creator>
      <dc:date>2014-02-09T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Managing of FILE Geodatabase - basics</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568804#M32203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are three different forums which are more appropriate to this question, but first&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you have to decide how you want to access the FGDB --&amp;nbsp; If it's with Python, head on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;over to the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/117-Python"&gt;Python&lt;/A&gt;&lt;SPAN&gt; forum; if it's with C#/.Net or Java, then &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/20-ArcObjects-SDKs"&gt;ArcObjects SDKs&lt;/A&gt;&lt;SPAN&gt; is your &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;destination; and if it's outside of ArcGIS with C++, then the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/126-File-Geodatabase-API"&gt;FGDB API&lt;/A&gt;&lt;SPAN&gt; is for you.&amp;nbsp; Any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;way you choose, it would probably be wise to try using the product (reviewing the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;documentation and trying to use samples), so you can ask a more specific question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 15:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568804#M32203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-02-09T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Managing of FILE Geodatabase - basics</title>
      <link>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568805#M32204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There are three different forums which are more appropriate to this question, but first&lt;BR /&gt;you have to decide how you want to access the FGDB --&amp;nbsp; If it's with Python, head on&lt;BR /&gt;over to the &lt;A href="http://forums.arcgis.com/forums/117-Python"&gt;Python&lt;/A&gt; forum; if it's with C#/.Net or Java, then &lt;A href="http://forums.arcgis.com/forums/20-ArcObjects-SDKs"&gt;ArcObjects SDKs&lt;/A&gt; is your &lt;BR /&gt;destination; and if it's outside of ArcGIS with C++, then the &lt;A href="http://forums.arcgis.com/forums/126-File-Geodatabase-API"&gt;FGDB API&lt;/A&gt; is for you.&amp;nbsp; Any&lt;BR /&gt;way you choose, it would probably be wise to try using the product (reviewing the &lt;BR /&gt;documentation and trying to use samples), so you can ask a more specific question.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your advice. I'll try it on the ArcObjects SDKs forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 19:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/managing-of-file-geodatabase-basics/m-p/568805#M32204</guid>
      <dc:creator>StanStas</dc:creator>
      <dc:date>2014-02-09T19:35:18Z</dc:date>
    </item>
  </channel>
</rss>

