Sunday, February 19, 2012

How to access Sql TEXTPTR from a page

Hello everyone,

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