<?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: Create standalone table in FGDB (using API) in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/create-standalone-table-in-fgdb-using-api/m-p/1361897#M1231</link>
    <description>&lt;P&gt;Yes, I was able to create a standalone table using the FGDB API. And it turns out the table is &lt;U&gt;not&lt;/U&gt;&amp;nbsp;registered with the geodatabase. But it can be registered with the GDB after the fact using the Register with Geodatabase geoprocessing tool.&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I used &lt;U&gt;SQL4Arc (Manifold)&lt;/U&gt; add-in for ArcGIS Pro to create the table. SQL4Arc uses the FGDB API:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1702874410106.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89326i766AF488CDB68BB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_0-1702874410106.png" alt="Bud_0-1702874410106.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I had trouble using &lt;A href="https://sql4arc.com/doc/sql/changes_and_additions.htm#:~:text=DROP%20TABLE%20t%3B-,CREATE%20TABLE,-t%20(mfd_id%20INT64" target="_self"&gt;SQL to create a table&lt;/A&gt; in SQL4Arc. The SQL would run without errors, but the table didn't show up in the FGDB in Catalog. So I used the UI in SQL4Arc instead to create the table. However, point #3 below might have been the culprit.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I initially had trouble seeing standalone tables in SQL4Arc. The solution seemed to be to add a FC to the map in ArcGIS Pro. Once there was a FC in the map, then the standalone tables showed up in SQL4Arc too.&lt;/LI&gt;&lt;LI&gt;Related:&lt;UL&gt;&lt;LI&gt;Esri Case 03506437 - ArcGIS Pro 3.2: How-to determine if an item is registered with a GDB or not ?&lt;/LI&gt;&lt;LI&gt;BUG-000163772: Views in file and mobile geodatabases do not indicate in their Data Source properties if they have been registered with the database&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Video:&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6343426280112w854h540r125" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6343426280112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6343426280112w854h540r125');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6343426280112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 18 Dec 2023 05:01:01 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-12-18T05:01:01Z</dc:date>
    <item>
      <title>Create standalone table in FGDB (using API)</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/create-standalone-table-in-fgdb-using-api/m-p/1361422#M1229</link>
      <description>&lt;P&gt;Is there a way to create a standalone table in a FGDB using the&amp;nbsp;file geodatabase API?&lt;/P&gt;&lt;P&gt;If yes, does the table get automatically registered with the geodatabase? Or would we need to use the Register with Geodatabase geoprocessing tool after the fact?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 15:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/create-standalone-table-in-fgdb-using-api/m-p/1361422#M1229</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-12-15T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create standalone table in FGDB (using API)</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/create-standalone-table-in-fgdb-using-api/m-p/1361897#M1231</link>
      <description>&lt;P&gt;Yes, I was able to create a standalone table using the FGDB API. And it turns out the table is &lt;U&gt;not&lt;/U&gt;&amp;nbsp;registered with the geodatabase. But it can be registered with the GDB after the fact using the Register with Geodatabase geoprocessing tool.&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I used &lt;U&gt;SQL4Arc (Manifold)&lt;/U&gt; add-in for ArcGIS Pro to create the table. SQL4Arc uses the FGDB API:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1702874410106.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89326i766AF488CDB68BB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_0-1702874410106.png" alt="Bud_0-1702874410106.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I had trouble using &lt;A href="https://sql4arc.com/doc/sql/changes_and_additions.htm#:~:text=DROP%20TABLE%20t%3B-,CREATE%20TABLE,-t%20(mfd_id%20INT64" target="_self"&gt;SQL to create a table&lt;/A&gt; in SQL4Arc. The SQL would run without errors, but the table didn't show up in the FGDB in Catalog. So I used the UI in SQL4Arc instead to create the table. However, point #3 below might have been the culprit.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I initially had trouble seeing standalone tables in SQL4Arc. The solution seemed to be to add a FC to the map in ArcGIS Pro. Once there was a FC in the map, then the standalone tables showed up in SQL4Arc too.&lt;/LI&gt;&lt;LI&gt;Related:&lt;UL&gt;&lt;LI&gt;Esri Case 03506437 - ArcGIS Pro 3.2: How-to determine if an item is registered with a GDB or not ?&lt;/LI&gt;&lt;LI&gt;BUG-000163772: Views in file and mobile geodatabases do not indicate in their Data Source properties if they have been registered with the database&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Video:&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6343426280112w854h540r810" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6343426280112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6343426280112w854h540r810');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6343426280112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 18 Dec 2023 05:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/create-standalone-table-in-fgdb-using-api/m-p/1361897#M1231</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-12-18T05:01:01Z</dc:date>
    </item>
  </channel>
</rss>

