<?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: Sample for querying data from related tables in GeoDataServer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187182#M4369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a sample from the old forum:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297646"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some generic samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.flexexamples.com/category/httpservice/"&gt;http://blog.flexexamples.com/category/httpservice/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 15:51:31 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-08-04T15:51:31Z</dc:date>
    <item>
      <title>Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187177#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a non-spatial database with related tables published in the ArcService GeoDataServer. Can anybody please give me samples on how to query on those tables in Actionscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 07:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187177#M4364</guid>
      <dc:creator>sidneykelvin</dc:creator>
      <dc:date>2010-08-02T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187178#M4365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a sample that uses the FeatureLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayerQueryRelated"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayerQueryRelated&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#queryRelatedFeatures()"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#queryRelatedFeatures()&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use a QueryTask:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/QueryTask.html#executeRelationshipQuery()"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/QueryTask.html#executeRelationshipQuery()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 18:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187178#M4365</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-08-02T18:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187179#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dpaddock,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much in your valuable advice. I didn't know that a related table can be viewed in the MapServer. In the Web service I published I couldn't view the related table. Can I do it in ArcGIS Server 9.3.1.3000 with mxd created in ArcMap 9.3.1? If yes, please advise what have I done wrong. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If no, I'm trying to work around and putting the tables in the Geodata Server, so can you advise me on samples to retrieve data in the Geodata Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Btw, I'm using Flex 3.0, can I make use of similar script from the sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 00:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187179#M4366</guid>
      <dc:creator>sidneykelvin</dc:creator>
      <dc:date>2010-08-03T00:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187180#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Querying related records via the ArcGIS REST API requires ArcGIS Server 10:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/queryrelatedrecords.html"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/queryrelatedrecords.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can call a custom server side script to access your data. It can be implemented in any technology you're comfortable with. Here's a discussion on some of the options available:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://livedocs.adobe.com/flex/3/html/Part4_data_access_1.html"&gt;http://livedocs.adobe.com/flex/3/html/Part4_data_access_1.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 15:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187180#M4367</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-08-03T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187181#M4368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dpaddock,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to work on the matter on ArcGIS Server 9.3.1.3000 and therefore I found the calling for a custom server side script more likely to solve my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I look into the part "Calling HTTP services in ActionScript", I got no idea in making query using the HTTP service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give samples in this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 07:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187181#M4368</guid>
      <dc:creator>sidneykelvin</dc:creator>
      <dc:date>2010-08-04T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sample for querying data from related tables in GeoDataServer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187182#M4369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a sample from the old forum:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297646"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's some generic samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.flexexamples.com/category/httpservice/"&gt;http://blog.flexexamples.com/category/httpservice/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/sample-for-querying-data-from-related-tables-in/m-p/187182#M4369</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-08-04T15:51:31Z</dc:date>
    </item>
  </channel>
</rss>

