Have you tried insertig non-breaking space instead #160 or 0xA0 ...i think so
" " - this shoud be it /taken from here "3,02 KB (3 098 bytes)"-All
NON-Breaking/
HTH ;-)

John Mistler wrote:

> Is there a way to force an invisible "space" character to be stored at the
> END of a string in a column (either VARCHAR or CHAR), so that when it is
> retrieved the space at the end is not cut off?
>
> theString + space
>
> or even,
>
> theString + space + space + space, etc.
>
> Currently, I can only get the string back as theString
>
> Thanks,
>
> John


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to