<?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: EnumRows::Next() thows error when non null raster field encountered. in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/enumrows-next-thows-error-when-non-null-raster/m-p/310162#M503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The FGDB API is documented as not supporting rasters.&amp;nbsp; You can strip out NOT NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;raster rows with a WHERE clause constraint. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 14:18:06 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-06-07T14:18:06Z</dc:date>
    <item>
      <title>EnumRows::Next() thows error when non null raster field encountered.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/enumrows-next-thows-error-when-non-null-raster/m-p/310161#M502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;While fetching the rows from table, if table is having the raster filed information then I want to skip the raster field and continue to fetch the rows. Current API throws an error as ???Function is not implemented??? when encounters raster data in the rows. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using C++ on the top of FGDB C++ API VS2010 version 1.3 to read FGDB data. My table is having 11 fields and 10 rows, 10th Field is raster. 7th and 10th rows are having raster information in the raster field. When I query on table or Geodatabase as&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;m_pTable-&amp;gt;Search(L???OBJECTID???, ??????, true, Rows);&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;pGeodatabase-&amp;gt;ExecuteSQL(L??? Select * from Line???, true, Rows);&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;m_RecordCount = 0; while(S_OK == hr) {&amp;nbsp; Row tmpRow; if ((hr = (Rows.Next(tmpRow))) != S_OK) {ErrorInfo::GetErrorDescription(hr,erorText); }&amp;nbsp;&amp;nbsp; m_RecordCount++; }&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am getting the RecordCount as 6 only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the attribute information below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]25045[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any workaround or solution for this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 07:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/enumrows-next-thows-error-when-non-null-raster/m-p/310161#M502</guid>
      <dc:creator>ViksitAgarwal</dc:creator>
      <dc:date>2013-06-06T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: EnumRows::Next() thows error when non null raster field encountered.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/enumrows-next-thows-error-when-non-null-raster/m-p/310162#M503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The FGDB API is documented as not supporting rasters.&amp;nbsp; You can strip out NOT NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;raster rows with a WHERE clause constraint. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 14:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/enumrows-next-thows-error-when-non-null-raster/m-p/310162#M503</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-06-07T14:18:06Z</dc:date>
    </item>
  </channel>
</rss>

