Wednesday, March 7, 2012

Error using ntext and Image as output parameters

I am trying to use NText and Image data types as output parameters and I keep receiving an error. I can use TEXTPTR fucntion and put it into a varbinary(16) field but will that truncate the field?

Is there anyway around this where I can return the image datatype as an output parameter?

ThanksYou can return a image or ntext as a column in a result set, but I do not believe you can make it an output parameter.

No comments:

Post a Comment