Dear All,
I need to create one table to save some product information in portal, most of the fields are without problem, but just one field(String) should contain 35000 digit.
When I tried to save the data: (100001;100008;100028;100047;100054...) from portal, I checked the value is correct. But when I checked in table (Open SQL Data Browser: Overview), there is only 100 digits saved...others are cut off.
In the dictonary tab, I defined the field as below:
column name built-in type length description:
mat_list string 35000(I tried empty as well, the same isue) product list
Do anyone know how to resolve this problem? Many thanks.
Best regards,
Justin