Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: bhess1Posted on 2002-09-20 at 11:45:45ID: 7295189
Unfortunately, this is a provider error (returning incorrect information / data) rather than explicitly an ADO or MS error.
What is almost certainly happening: Your ODBC provider is trimming off the trailing spaces on a fixed-length field when it is being returned. Check the provider documentation - can it be configured to return the fixed-length fields space padded (as MS expects)? Or, is there an update to the ODBC driver that returns information in this case correctly?
There are a number of comments about this on Google Groups, and all come to the same basic conclusion - a difference between what is expected of a fixed-length field, and what is returned.