cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

String length

former_member229310
Active Participant
0 Likes
1,417

HI,

What is the maximum string length that can be taken into a field. Can a field withstand 5000 charaters if i define datatype as xsd:string.

Thanks in advance

View Entire Topic
baskar_gopalakrishnan2
Active Contributor
0 Likes

>>What is the maximum string length that can be taken into a field?

String is not a primitive data type. Java treats this an Object. So there is no restriction of length.

>>Can a field withstand 5000 charaters if i define datatype as xsd:string

Yes.