Skip to main content
Known Participant
July 20, 2006
Question

Mysterious Trailing Spaces

  • July 20, 2006
  • 1 reply
  • 202 views
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?
This topic has been closed for replies.

1 reply

Inspiring
July 20, 2006
What does the form look like you're submitting data with? Do you find
trailing spaces in any other application?


"esonline" <webforumsuser@macromedia.com> wrote in message
news:e9nvfk$4ic$1@forums.macromedia.com...
>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?
>