<?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: Emailing File Geodatabases in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718372#M40674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Sep 2010 22:57:21 GMT</pubDate>
    <dc:creator>DeviiRao</dc:creator>
    <dc:date>2010-09-28T22:57:21Z</dc:date>
    <item>
      <title>Emailing File Geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718368#M40670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was recently told I should stop using shapefiles and start using file geodatabases.&amp;nbsp; One reason given was that it's easier to share/email file geodatabases.&amp;nbsp; However, when I tried to email a file geodatabase I created, I have to send far more files than I would have for a shapefile. Am I missing something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 00:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718368#M40670</guid>
      <dc:creator>DeviiRao</dc:creator>
      <dc:date>2010-09-28T00:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing File Geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718369#M40671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shapefiles suffer from a number of defects, most related to the limitations of dBase:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Lack of numeric NULLs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Lack of second precision on date types (limited to YYYY-MM-DD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Column name clipping at 11 characters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) 254 character limit on strings (and lack of NSTRING, and fixed width transfer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File geodabases have none of these issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For consistency's sake (with either format), you should be transferring zipfiles, not &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;individual file components.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 02:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718369#M40671</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-09-28T02:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing File Geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718370#M40672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. So if I understand correctly...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) A shapefile might have upto 7 associated files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A personal geodatabase will have just one file (an .mdb file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) A file geodatabase containing one feature class might have around 40 associated files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When emailing shapefiles or file geodatabases, it's best to put all associated files into a zipfile.&amp;nbsp; When emailing a personal geodatabase, it's just one file and doesn't necessarily need to be put in a zipfile.&amp;nbsp; So, file geodatabases don't have the benefit of being housed in one encompassing file like the personal geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:47:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718370#M40672</guid>
      <dc:creator>DeviiRao</dc:creator>
      <dc:date>2010-09-28T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing File Geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718371#M40673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Given that base64 MIME encoding is going to increase file size by 1/3, it's probably wise to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;always zip before e-mailing data (including .mdb files) -- this will also give you a way to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;detect corruption in transfer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The one file solution has a drawback as well -- File geodatabases do not have any real size &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;limitation, while PGDB are limited to 2Gb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 22:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718371#M40673</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-09-28T22:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing File Geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718372#M40674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 22:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/emailing-file-geodatabases/m-p/718372#M40674</guid>
      <dc:creator>DeviiRao</dc:creator>
      <dc:date>2010-09-28T22:57:21Z</dc:date>
    </item>
  </channel>
</rss>

