<?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: Attribute data in a geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109865#M6269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe that I am trying to do something similar in Arcsde 10.&amp;nbsp; I am trying to use a stand alone table with updated property ownership changes lined to parcel account numbers.&amp;nbsp; Would a "relate" know to replace certain attribute fields with the data from the stand alone table?&amp;nbsp;&amp;nbsp; Is this something that would require a script?&amp;nbsp; I'm not very versed in scripting yet but wouldn't mind giving it a shot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 17:59:25 GMT</pubDate>
    <dc:creator>deleted-user-OvQ2biYmIWQS</dc:creator>
    <dc:date>2011-04-07T17:59:25Z</dc:date>
    <item>
      <title>Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109860#M6264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In a geodatabase, is it feasible to maintain most or all of the attribute data in a related table separate from the feature class? If yes, would it be a problem if there were no matching records in the attribute table? Could the relate or join be permenant so the attribute data is always readily available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my situation. There is a feature class containing many construction projects. I want to build a map service (feature service) that displays some but not all of these projects. The projects to be displayed and their attribute data will be based on the data in a separate table (presently a dbf) that changes frequently. The data in this table (and the table itself) is generated by a separate program. So the idea is, rather than replace the entire feature class in the geodatabase, I could just replace the table (possibly by an automated script) and everything would be updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would this work and how would I set it up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 18:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109860#M6264</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2011-03-29T18:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109861#M6265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this will work.&amp;nbsp; What you will have to do is set up a relate in ArcMap.&amp;nbsp; However, you need to have matching records in the feature class that match that of the DBF table.&amp;nbsp; For example, a parcel ID number.&amp;nbsp; The field names do not have to be the same, but the values do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can create the relate by right-clicking on the feature class in ArcMap &amp;gt; Joins and Relate &amp;gt; Relate.&amp;nbsp; After the relate is created, save the map document and then publish it to ArcGIS Server.&amp;nbsp; As the DBF table is updated with the application, the service will automatically reflect these changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; this relationship is only maintained in this map document.&amp;nbsp; If you add the feature class to another map document, you will have to recreate the relate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 15:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109861#M6265</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-03-30T15:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109862#M6266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK Jake. Thanks, I will try it with a relate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already tried it with a join which seemed to work but I couldn't retrieve the field data from the map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 16:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109862#M6266</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2011-03-30T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109863#M6267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the relate, if you add the service to ArcMap and use the identify tool you can drill down to the related dbf table.&amp;nbsp; I have not tested this with a web application though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 17:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109863#M6267</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-03-30T17:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109864#M6268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;With the relate, if you add the service to ArcMap and use the identify tool you can drill down to the related dbf table.&amp;nbsp; I have not tested this with a web application though.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I was able to get it to work with a join. I just had to preface the fieldname with the table reference in the maptip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; &amp;lt;TextBlock Text="{Binding [TIP_PROPOSED.ST_NAME]}" Foreground="Black" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 17:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109864#M6268</guid>
      <dc:creator>DonFreeman</dc:creator>
      <dc:date>2011-03-30T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109865#M6269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe that I am trying to do something similar in Arcsde 10.&amp;nbsp; I am trying to use a stand alone table with updated property ownership changes lined to parcel account numbers.&amp;nbsp; Would a "relate" know to replace certain attribute fields with the data from the stand alone table?&amp;nbsp;&amp;nbsp; Is this something that would require a script?&amp;nbsp; I'm not very versed in scripting yet but wouldn't mind giving it a shot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 17:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109865#M6269</guid>
      <dc:creator>deleted-user-OvQ2biYmIWQS</dc:creator>
      <dc:date>2011-04-07T17:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute data in a geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109866#M6270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I believe that I am trying to do something similar in Arcsde 10.&amp;nbsp; I am trying to use a stand alone table with updated property ownership changes lined to parcel account numbers.&amp;nbsp; Would a "relate" know to replace certain attribute fields with the data from the stand alone table?&amp;nbsp;&amp;nbsp; Is this something that would require a script?&amp;nbsp; I'm not very versed in scripting yet but wouldn't mind giving it a shot.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The relate will only link the feature class to the stand alone table using a primary and foreign key so when you select a parcel, you can see all the related information in the stand alone table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you looking to have attributes in the feature class update from the related table attributes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 09:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-data-in-a-geodatabase/m-p/109866#M6270</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-04-08T09:47:16Z</dc:date>
    </item>
  </channel>
</rss>

