When I run a selectSQL adapter against my SQL2K db it returns my char colums as strings (as it should) but it then pads them with spaces up to the length the column is configured for in SQL.
ex. If I select a field called X which is a Char(10) and it contains “ABC” webMethods will put "ABC " in the pipe.
This is very anoying. Can it be stopped?
I’m selecting a lot of data and I don’t want to have to run a “Trim” for each field.
Thanks.
Luke.