Is it possible to store an array, say: [1,2,3 …n ] into a database field in Servoy 5? using type MEDIA
If not - how should i approach storing multiple values ( without creating a new table for it…) ?
Or simply not possible.
Regards, Jan
Is it possible to store an array, say: [1,2,3 …n ] into a database field in Servoy 5? using type MEDIA
If not - how should i approach storing multiple values ( without creating a new table for it…) ?
Or simply not possible.
Regards, Jan
use the json serializer
Or the VelocityReport one (fromJSON / toJSON)
Found it …
Thanks Johan