Tirtha the best way to deal with this is to create your own class that extends %String (specify MAXLEN parameter to say 15000) and then change all your persistent classes to override %String with what you just created. Sure this is more work but this is safer and hence is recommended.
Certifications & Credly badges:
Anindya has no Certifications & Credly badges yet.
Tirtha the best way to deal with this is to create your own class that extends %String (specify MAXLEN parameter to say 15000) and then change all your persistent classes to override %String with what you just created. Sure this is more work but this is safer and hence is recommended.