cancel
Showing results for 
Search instead for 
Did you mean: 

d:text length

yogeshkumar
Champ in-the-making
Champ in-the-making
Hi,

What is the maximum length for the property d:text?

Regards,
Yogeshkumar.S
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
I suspect the max length of a d:text property is either the max length of a Java String on your system or the max length of a VARCHAR in your database, whichever is shorter. But I'm not 100% sure.

Jeff

mrogers
Star Contributor
Star Contributor
Its the database table that's the limiting factor.

jkbell12
Champ in-the-making
Champ in-the-making
We are using MySQL.  Which database table contains this 255 char limit, and how can I increase that globally for d:text?