Could you provide an example? Your subject says "trimming padding spaces"
but your text indicates it's trailing zeros.
[quoted text, click to view] "Designer" <Designer@discussions.microsoft.com> wrote in message
news:79E42958-E59C-423F-89BF-ABC8F428EBA2@microsoft.com...
> I have a table with 17 fields out of which 8 are of Char datatype. While
> retrieving the records from this table, found that all the fields with
char
> datatypes are filled with padding zeros. Because of this reason, my
> application doesnt allow me to edit any of this field values.
>
> Kindly provide me a solution for the above problem.
>
> Sumoj