cancel
Showing results for 
Search instead for 
Did you mean: 

String length

former_member229310
Active Participant
0 Kudos

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

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member229310
Active Participant
0 Kudos

Thanks for the response.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>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.

Former Member
0 Kudos

Hi

I think there is no restriction for length

Regards

Sandeep

Former Member
0 Kudos

Hi,

I tested PI 7.11 with a string of 100390 and it worked.

Former Member
0 Kudos

Hi,

I dont think is any restriction for a string. You can have any number of characters

Thanks,

udo_martens
Active Contributor
0 Kudos

Hi,

no limitations.

Regards,

Udo