Posted on: 9/15/2014 5:54:47 PM | Views : 421

Hi All,
I have a stored procedure with on input parameter and one output parameter...the output paramater retunrs text in 3 rows. i want to append or bind 3 rows text into single variable.
Example: 
Col 1  Col2
1        hi how r u 
1         where are you
1        what are you doing ?
When i loop the colums i want to bind col2 text into single text. i.e hi how r u where are you what are you doing.
How can i get it done ? can any one please help me..
Thanks
Sree

Go to the complete details ...