<?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 Automation Exception:Item Not Found in this Collection. in 'DAO.Fields' in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68262#M665</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;Can any one please let me know like whether the this query is supported over Feature Class which is got from the File GeoDatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to do is, I am making the query over the Feature Class which is got from File Geo Database. I am trying with the query&amp;nbsp; as which contains the "ORDER BY" clause. I am getting the following exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Automation Exception: Item Not Found in this Collection. in 'DAO.Fields'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can any one please let me know whether "Order by" is support by the File Geo DataBase. I checked with the database fields I am using with my query. It is perfectly correct. BTW, I am trying all this process programmatically using Java. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Help is much appreciated.&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>Tue, 23 Apr 2013 10:38:44 GMT</pubDate>
    <dc:creator>pavan_kumarmuttigi</dc:creator>
    <dc:date>2013-04-23T10:38:44Z</dc:date>
    <item>
      <title>Automation Exception:Item Not Found in this Collection. in 'DAO.Fields'</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68262#M665</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;Can any one please let me know like whether the this query is supported over Feature Class which is got from the File GeoDatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to do is, I am making the query over the Feature Class which is got from File Geo Database. I am trying with the query&amp;nbsp; as which contains the "ORDER BY" clause. I am getting the following exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Automation Exception: Item Not Found in this Collection. in 'DAO.Fields'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can any one please let me know whether "Order by" is support by the File Geo DataBase. I checked with the database fields I am using with my query. It is perfectly correct. BTW, I am trying all this process programmatically using Java. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Help is much appreciated.&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>Tue, 23 Apr 2013 10:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68262#M665</guid>
      <dc:creator>pavan_kumarmuttigi</dc:creator>
      <dc:date>2013-04-23T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automation Exception:Item Not Found in this Collection. in 'DAO.Fields'</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68263#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the online 9.3 help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;File geodatabases do not support all the features and functions available for personal geodatabases. At ArcGIS 9.2, the most commonly used functions not supported by file geodatabases include DISTINCT, GROUP BY, and ORDER BY, and the set functions AVG, COUNT, MIN, MAX, and SUM are not supported outside subqueries. Support for some of these is likely to be added in future releases. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And From the online 10.0 help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Because you are selecting columns as a whole, you cannot restrict the SELECT to return only some of the columns in the corresponding table because the SELECT * syntax is hard-coded. For this reason, keywords, such as DISTINCT, ORDER BY, and GROUP BY, cannot be used in a SQL query in ArcGIS except when using subqueries. See SQL reference for query expressions used in ArcGIS for information on subqueries.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68263#M666</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-04-23T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automation Exception:Item Not Found in this Collection. in 'DAO.Fields'</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68264#M667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joe Borgione,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You for giving&amp;nbsp; info on the SQL Queries in ArcGIS . It helps me a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You once again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/automation-exception-item-not-found-in-this/m-p/68264#M667</guid>
      <dc:creator>pavan_kumarmuttigi</dc:creator>
      <dc:date>2013-04-24T08:05:39Z</dc:date>
    </item>
  </channel>
</rss>

