i´m trying to save a tstrings value into a column declared as TEXT and have no idea how to do it.
Searched google and still dont have a hint.
Someone to help me out?
With regards,
Rafael Kansy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
TStrings has a property .Text which would return the list as a single string. you can get this property and save it as a string and when you get the string just set this property. you will need to escape this string value and quote it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i´m trying to save a tstrings value into a column declared as TEXT and have no idea how to do it.
Searched google and still dont have a hint.
Someone to help me out?
With regards,
Rafael Kansy
TStrings has a property .Text which would return the list as a single string. you can get this property and save it as a string and when you get the string just set this property. you will need to escape this string value and quote it.
thanks a lot.
have a nice christmas and a happy new year :)