<?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: Problems connecting to Feature tables (Ftables) from MS Access in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73936#M4280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or you can hit the &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc280487.aspx"&gt;SQL-Server online documentation&lt;/A&gt;&lt;SPAN&gt; and discover the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb933978.aspx"&gt;STLength() method&lt;/A&gt;&lt;SPAN&gt;, which should be accessible via ODBC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 23:00:36 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-07-31T23:00:36Z</dc:date>
    <item>
      <title>Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73932#M4276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to connect to my ArcGIS 10.1 SQL geodatabase using MS access 2010 using an ODBC connection. I can link to feature class Base Tables in Access, but I cannot seem to find and link to the feature tables (F&amp;lt;layerID&amp;gt;) that store the geometry of the feature class (len in this case). I was able to do this previously in 10.0, but now cannot see any of the Ftables. The Ftables were not visible in SQL Server Mangement Studio either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone provide some insight and/or workaround as to why these tables are not accessible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73932#M4276</guid>
      <dc:creator>SteveKendrot</dc:creator>
      <dc:date>2013-07-31T18:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73933#M4277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it's a newly created table, the default storage type may well be GEOMETRY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in which case, there is no F table.&amp;nbsp; Instead, you can use an SQL function to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;extract the property in the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73933#M4277</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-07-31T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73934#M4278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We converted the GDB when we moved to 10.1 so I'm not sure if it would be considered a newly created table or not. However, I notice that in the dbo_SDE_geometry_columns table, the g_table_name lists ftables, so based on that, I was looking for f15.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I am not fluent in SQL (thus my interest in using Access to query data) so am not sure how to follow your recommendation if the data is stored in a GEOMETRY table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73934#M4278</guid>
      <dc:creator>SteveKendrot</dc:creator>
      <dc:date>2013-07-31T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73935#M4279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Default storage type for a SQL Server sde geodatabase has changed in 10.1. The default is "GEOMETRY" now, because of which the f-tables are no longer created for newly created/loaded data with "DEFAULT" storage type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check the storage type of the layers in ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RightClick on the Feature Class--&amp;gt;Properties--&amp;gt;General tab--&amp;gt; check the "Storage" details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case, the storage is "Geometry" and you need the f-table for your workflow, you'll have to reload the data and select the "SDEBINARY" as the storage type. This should create a corresponding f-table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 21:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73935#M4279</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2013-07-31T21:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73936#M4280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or you can hit the &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc280487.aspx"&gt;SQL-Server online documentation&lt;/A&gt;&lt;SPAN&gt; and discover the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb933978.aspx"&gt;STLength() method&lt;/A&gt;&lt;SPAN&gt;, which should be accessible via ODBC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 23:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73936#M4280</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-07-31T23:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems connecting to Feature tables (Ftables) from MS Access</title>
      <link>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73937#M4281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince and Asrujit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your responses. The mystery is solved, now I just need to figure out the solution. Hopefully a mind meld with my team mates will get me beyond my coding skills barrier. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 12:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problems-connecting-to-feature-tables-ftables-from/m-p/73937#M4281</guid>
      <dc:creator>SteveKendrot</dc:creator>
      <dc:date>2013-08-01T12:03:34Z</dc:date>
    </item>
  </channel>
</rss>

