Question
Mysterious Trailing Spaces
I am using SQL Database for my application and something I
have not been able to understand: whenever I add a record to the
databse, when I retreive it, it has a bunch of trainling spaces.
This makes implementaion of the data very difficult since I
constantly have to use CStr and Trim functions to get rid of the
spaces. Any idea why this is happening?

