Select to view content in your preferred language

Large text fields

5314
3
04-20-2011 08:49 AM
DonFreeman
Emerging Contributor
Some dbms support memo fields wherein you can store text beyond the 255 character limit imposed by a standard character field. However ESRI seems to reject all my attempts to use fields of this nature. IS there a field type supported by ESRI which allows more than 255 characters?
Thanks
0 Kudos
3 Replies
Robert_LeClair
Esri Esteemed Contributor
Hi Don -

If you're working with a file geodatabase, the text field width can be 2,147,483,647 characters - http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/File_geodatabase_size_and_name_limits/...

If you're working with SDE geodatabases, it depends upon the type of RDBMS you're using - http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_types_in_the_DBMS/003n0000001n000...

Good luck!

Robert LeClair
Esri-Denver
0 Kudos
DonFreeman
Emerging Contributor
Hi Don -

If you're working with a file geodatabase, the text field width can be 2,147,483,647 characters - http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/File_geodatabase_size_and_name_limits/...

If you're working with SDE geodatabases, it depends upon the type of RDBMS you're using - http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_types_in_the_DBMS/003n0000001n000...

Good luck!



Robert LeClair
Esri-Denver


That's wonderful. Thanks for the info.
0 Kudos
AaronBaumgarden
Occasional Contributor
Robert,

I have a question for you related to exceeding a predefined text field length.  Is it supposed to be possible for a field to contain more characters than a set limit?  I have a FC in a FGDB that is set to 300 characters but some of the records actually contain more than the 300 character limit.  How is that possible?  When I try to load data from that FC into another one with an identical schema it will not allow those records to transfer.

Thanks,

Aaron Baumgarden
0 Kudos