johncassell
Well-known member
Hello,
I am using SQL Express 2005 and would like to find out how to trim values.
If I have a field with a max of 10 chars and i enter '15' it will store it in the database as '15........' (Where . is a white space) I know there will be some code to trim it in my form but even manually entering it forces the creation of lots of white spaces after it.
Is there a standard way to force a trim?
Thanks
John
I am using SQL Express 2005 and would like to find out how to trim values.
If I have a field with a max of 10 chars and i enter '15' it will store it in the database as '15........' (Where . is a white space) I know there will be some code to trim it in my form but even manually entering it forces the creation of lots of white spaces after it.
Is there a standard way to force a trim?
Thanks
John