<?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 File Geodatabase API / FullExtent and RecordCount &amp;iquest;? in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199574#M363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am reading a FeatureLayer table using the C++ API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Congratulations! I love this library &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How I do to read the FullExtent and the RecordCount of the table?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I read whole table and manually calculate it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if it is very very big?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; This does not work ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; std:: wstring sqlStatement(L"SELECT COUNT(OBJECTID) AS __NUMRECS FROM Cities");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Could you publish this information in the following version of the API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in avance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 05:48:05 GMT</pubDate>
    <dc:creator>ahuarte</dc:creator>
    <dc:date>2011-01-25T05:48:05Z</dc:date>
    <item>
      <title>File Geodatabase API / FullExtent and RecordCount ¿?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199574#M363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am reading a FeatureLayer table using the C++ API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Congratulations! I love this library &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How I do to read the FullExtent and the RecordCount of the table?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I read whole table and manually calculate it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if it is very very big?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; This does not work ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; std:: wstring sqlStatement(L"SELECT COUNT(OBJECTID) AS __NUMRECS FROM Cities");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Could you publish this information in the following version of the API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in avance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 05:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199574#M363</guid>
      <dc:creator>ahuarte</dc:creator>
      <dc:date>2011-01-25T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API / FullExtent and RecordCount ¿?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199575#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;How I do to read the FullExtent and the RecordCount of the table?&lt;/STRONG&gt;&lt;BR /&gt;Should I read whole table and manually calculate it? &lt;BR /&gt;But if it is very very big?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently there is no way to read the FullExtent or the RecordCount of the table except by manually calculating it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This does not work ...&lt;BR /&gt;&amp;nbsp; std:: wstring sqlStatement(L"SELECT COUNT(OBJECTID) AS __NUMRECS FROM Cities");&lt;BR /&gt;&lt;BR /&gt; Could you publish this information in the following version of the API?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT COUNT() is not supported by the file geodatabase. When it is we will add support to the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will enter enhancements for both of these issues (to be included in a later release.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 16:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199575#M364</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2011-01-25T16:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API / FullExtent and RecordCount ¿?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199576#M365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; that 'COUNT()' is not necesary if exist a property 'RecordCount' in your 'Table' class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you vey much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 08:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199576#M365</guid>
      <dc:creator>ahuarte</dc:creator>
      <dc:date>2011-01-26T08:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API / FullExtent and RecordCount ¿?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199577#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GetRowCount and GetExtent will be in the next Beta code drop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 17:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-fullextent-and-recordcount/m-p/199577#M366</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2011-01-26T17:51:11Z</dc:date>
    </item>
  </channel>
</rss>

