<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Character limit</title><link>https://community.appian.com/discussions/f/data/37543/character-limit</link><description>Hi Guys, 
 I have a requirement where the user has to fill in around 5000 characters in a paragraph field, is it possible to store 5000 characters to the database ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140698?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 13:50:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:934f056f-91b5-4941-81dd-96b69bfaba5b</guid><dc:creator>Jishnu Magunta</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/bajib0001"&gt;baji mekala&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140697?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 13:49:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc53279d-4a79-4a21-a1d7-8b41588ef512</guid><dc:creator>Jishnu Magunta</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/somasundaram.d"&gt;Soma&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140681?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:43:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ab8544e9-1e64-4426-a2bf-8d664e4ecc1a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The error message says: &amp;quot;You have to change some columns to TEXT or BLOBs&amp;quot;. The field type TEXT is a good start.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140679?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:35:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:521db50e-85f1-4b09-bcfd-9a38246b9257</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;There could be a possibility that&amp;nbsp;&lt;span&gt;total size of all fields in the table is more than the limit, 65535. Try changing all the varchar to text types.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please refer this thread for more informations&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://stackoverflow.com/questions/13283381/row-size-too-large-error-in-mysql-create-table-query"&gt;stackoverflow.com/.../row-size-too-large-error-in-mysql-create-table-query&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140678?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:33:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ae8cb26a-87df-4ba4-99f3-90c4f9b46acd</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/maguntajishnur2456"&gt;Jishnu Magunta&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The total size of all fields in the table is more than the limit, 65535, that&amp;#39;s why you are getting this error.&lt;br /&gt;they are two options:&lt;br /&gt;1.You should use text type instead of varchar for long strings.&lt;br /&gt;2.Or else you should decrease the limit of existing varchar fields and increase the field limit which ever you want.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140675?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:14:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec4d7281-3265-45c0-8bde-036c2d46d9f4</guid><dc:creator>Jishnu Magunta</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1726564380760v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is my table structure, and i am trying to update an existing field from varchar(2000) to varchar(5000). Also tried using text field for this requirement, but my process is failing once the user enters more than 4000 characters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140674?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:11:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:294fe0af-0624-427d-9e86-89d6eb88327f</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;What is your current table structure? Are you trying to&amp;nbsp;add&amp;nbsp;a new column or update the existing one?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140673?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:03:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:342f5d34-4c49-4a93-8f4e-1c3a4d1d2a5a</guid><dc:creator>Jishnu Magunta</dc:creator><description>&lt;p&gt;Yes but when i try to change the varchar length, i am getting the below error.&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;Query error:&lt;br /&gt;#1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Character limit</title><link>https://community.appian.com/thread/140672?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:01:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:325d8590-43d1-4a0f-afc2-ed831432eb85</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/maguntajishnur2456"&gt;Jishnu Magunta&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Database VARCHAR columns can store up to 8000 characters&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>