<?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 How to access .gdb file from windows forms application in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/498543#M13381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to arcobjects. I want to create a windows forms application and access a Geodatabase(.gdb) file from it and access the data at table level. I am using C#.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 06:48:03 GMT</pubDate>
    <dc:creator>SrikanthHemadri</dc:creator>
    <dc:date>2015-01-21T06:48:03Z</dc:date>
    <item>
      <title>How to access .gdb file from windows forms application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/498543#M13381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to arcobjects. I want to create a windows forms application and access a Geodatabase(.gdb) file from it and access the data at table level. I am using C#.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/498543#M13381</guid>
      <dc:creator>SrikanthHemadri</dc:creator>
      <dc:date>2015-01-21T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to access .gdb file from windows forms application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/498544#M13382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a project in VS (install sdk arcobjects for .net)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cattura.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/54054_Cattura.PNG" style="width: 620px; height: 428px; margin-right: auto; margin-left: auto; display: block;" /&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="rem"&gt;//Connect to geodatabase&lt;/SPAN&gt;
&lt;SPAN class="rem"&gt;// For example, path = @"C:\myData\myfGDB.gdb".&lt;/SPAN&gt;
&lt;SPAN class="kwrd"&gt;public&lt;/SPAN&gt; &lt;SPAN class="kwrd"&gt;static&lt;/SPAN&gt; IWorkspace FileGdbWorkspaceFromPath(String path)
{
Type factoryType = Type.GetTypeFromProgID(&lt;SPAN class="str"&gt;"esriDataSourcesGDB.FileGDBWorkspaceFactory"&lt;/SPAN&gt;);
IWorkspaceFactory workspaceFactory = (IWorkspaceFactory)Activator.CreateInstance(factoryType);
&lt;SPAN class="kwrd"&gt;return&lt;/SPAN&gt; workspaceFactory.OpenFromFile(path, 0);
}


//open table
IFeatureWorkspace featureWorkspace = (IFeatureWorkspace)workspace;
ITable table= featureWorkspace.OpenTable(&lt;SPAN class="str"&gt;"YourTable"&lt;/SPAN&gt;);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/498544#M13382</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2021-12-11T21:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to access .gdb file from windows forms application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/1110885#M20396</link>
      <description>&lt;P&gt;Buenos dias, en el momento tengo inconvenientes para poder leer estos archivos, yo veo que ahi al parecer usan interfaces pero no muestran que tienen, me gustaria poder recibir todo el código para poder implementarlo, me podrían ayudar con eso porfavor&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/1110885#M20396</guid>
      <dc:creator>alejoortiz</dc:creator>
      <dc:date>2021-10-25T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to access .gdb file from windows forms application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/1110887#M20397</link>
      <description>&lt;P&gt;y me gustaria saber como se llama la libreria (Nuget) que estan usando&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:40:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-access-gdb-file-from-windows-forms/m-p/1110887#M20397</guid>
      <dc:creator>alejoortiz</dc:creator>
      <dc:date>2021-10-25T15:40:51Z</dc:date>
    </item>
  </channel>
</rss>

