I have a program which queries a SQL Server database and pulls back a field that's SQLServer type "ntext". I know this value represents some form of an image.
Does anyone know how to convert this into an image? Below is an example of one image's description in SQL Server...
"B!2$$$$$$$#B!G$$$";!0$$#8!O$$"!=2!Q!Q!P!0!:!Q!R!Q!@!A!R3>!@!?
The actual text is much longer.
Thanks,
JB
Does anyone know how to convert this into an image? Below is an example of one image's description in SQL Server...
"B!2$$$$$$$#B!G$$$";!0$$#8!O$$"!=2!Q!Q!P!0!:!Q!R!Q!@!A!R3>!@!?
The actual text is much longer.
Thanks,
JB