I have a stored procedure which returns a txtptr to ntext data (resulted from READTEXT operation) and its datatype is varbinary(16). In my web page, I want to get the text read and display it using a mutiline textbox. Does anyone know how to access that ntext data ?
Thank you very much.
Regards,
Billy.Just return the TEXT field via a DataReader instead of returning the txtptr.|||Thanks for your reply Darrell.
No comments:
Post a Comment