Line Break in Data

  • Hi Experts,

    Can anyone help me understand how data inserted into database is getting a line break and trailing space?

    If we do a normal insert the data is proper ,its only through application data is having this issue.

    TIA

  • Sounds like the application is adding the extra characters to the input string.

  • Thanks Anthony

    Is there anyway this can happen?? I mean other than application or code??

  • Generally no unless something is intercepting the command and appending the additional.

    My first step would be to find the sproc in question and check that out. If that's clean check the application where the sproc is called, make sure the developers aren't adding the additional as an append to the end of the input string from the user.

  • anthony.green (11/9/2015)


    Generally no unless something is intercepting the command and appending the additional.

    My first step would be to find the sproc in question and check that out. If that's clean check the application where the sproc is called, make sure the developers aren't adding the additional as an append to the end of the input string from the user.

    Thanks Anthony.. Will check those.

  • There's a textbox in multiline mode bound to your data.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply