I am creating a stored procedure which selects data from various tables and builds up 5 strings which will be used as the contents of an email.
The output strings are declared as varchar(2000). The problem appears when the number of characters gets to around 500 - Everything after that seems to be getting truncated from the output even though the Len(displaystring) reports more than 500 characters.
What am I doing wrong. Any advice would be much appreciated.
Jon
The output strings are declared as varchar(2000). The problem appears when the number of characters gets to around 500 - Everything after that seems to be getting truncated from the output even though the Len(displaystring) reports more than 500 characters.
What am I doing wrong. Any advice would be much appreciated.
Jon