<?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: Unable to View data from a View in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855650#M5469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You won't be able to view spatial information through an OLE DB Connection.&amp;nbsp; Create a connection to the database by clicking on 'Add Database Connection' under 'Database Connections' and you should be able to view the geometry of the view.&amp;nbsp; The geometry will need to be a SQL Native type, i.e. Geometry or Geography.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 13:07:45 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2015-05-21T13:07:45Z</dc:date>
    <item>
      <title>Unable to View data from a View</title>
      <link>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855649#M5468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; I have a SQL Server View in SQL Server 2008. The view is created and the results can be retrieved in the SQL Server. Now when I am going to connect SQL Server through OLEDB Connection in Arc Catalog I am not able to see the data associated with the view. Is it a restriction of Arc Catalog for not to able to see the View or there's some other option to view it. I am using the same credential information as when I use SQL Server to create View and connect to the Arc Catalog and go thru the OLEDB SQl Server connection. Using ArcGIS 10.0 &amp;amp; SQL Server 2008 R2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks in advance. Any help will be apprecitated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/101844_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 21:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855649#M5468</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2015-05-20T21:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to View data from a View</title>
      <link>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855650#M5469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You won't be able to view spatial information through an OLE DB Connection.&amp;nbsp; Create a connection to the database by clicking on 'Add Database Connection' under 'Database Connections' and you should be able to view the geometry of the view.&amp;nbsp; The geometry will need to be a SQL Native type, i.e. Geometry or Geography.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 13:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855650#M5469</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-05-21T13:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to View data from a View</title>
      <link>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855651#M5470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jake said, in order to view geometry you need a geometry-aware connection, but in addition, you need an integer column in the view that will be recognized as a rowid column.&amp;nbsp; Rowid columns are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) 32-bit integer type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) NOT NULL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) Contain unique values across the query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4) Return the same value for a given row, no matter what WHERE clause is applied&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the root geometry table is an enterprise geodatabase (ArcSDE) feature class, then the objectid column on that table can generally be used (the exception is if a join will result in a one-to-many expansion, in which case the rowid must come off the many side).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855651#M5470</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-05-26T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to View data from a View</title>
      <link>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855652#M5471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks for your recommendations but actually you can view the view without geometry field in arc catalog. I'd an issue with one of the field which had a space and it was causing the issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 02:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/unable-to-view-data-from-a-view/m-p/855652#M5471</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2015-06-26T02:00:41Z</dc:date>
    </item>
  </channel>
</rss>

