Search code examples
intrexx

What is the difference between Intrexx "string" and "text" data fields?


I am currently learning how to use the development environment called Intrexx and I noticed that there are data fields of the "Text" type. What is the difference between string and text data fields?

I tried to look it up but I didn't really find any results. Can someone explain me the difference?


Solution

  • The major difference between the two fields is how many characters you can put in these fields. A string field has a limit of 255 characters, whereas a text field has a character limit of 30,000 characters

    found here