Line Breaks in Stored Procedure

  • Hi, I am sending emails from a stored procedure and using

    + char(13) + char(13) for new lines / line breaks. This works for some mail clients but not for others.

    Any ideas?

    Dave

    Trainmark.com IT Training B2B Marketplace
    (Jobs for IT Instructors)

  • You might want tor try using both carriage return and line feed...

    CHAR(13) + CHAR(10)

    Ryan Randall

    Solutions are easy. Understanding the problem, now, that's the hard part.

  • Doh! Yes thank you that did the trick.

    Dave

    Trainmark.com IT Training B2B Marketplace
    (Jobs for IT Instructors)

Viewing 3 posts - 1 through 2 (of 2 total)

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