Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert blob to string

Status
Not open for further replies.

teknogeek9

Programmer
Jan 6, 2001
47
US
MS SQL SERVER 2005
CR XI R2

I have an RTF field that is an (image,null) field in the database. I am able to display the contents of the field in CR using the following SQL Expression:
//%Notes
{fn substring(BEHOLD_Tasks.TASK_RTF_NOTES,0,100000000)}

This field displays in hexdecimal. Is there a CR function that will convert a hex to its proper string or does anyone have any suggestions?

Thanks in advance!
 
I do not know of a direct way. I think I have seen formulas that will convert hex to whatever you need. If you indeed are converting hex to a string (characters), then I think that would be long and complicated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top