Viewing 3 posts - 1 through 3 (of 3 total)
Glad to hear it. 🙂
February 9, 2009 at 12:59 pm
#940759
bpowers (2/9/2009)I said varchar but I actually used HexToChar to convert the image.select PART_ID, dbo.HexToChar(BITS) as BITSfrom PART_PO_BINARY How should my update statement look using HexToChar?
bpowers (2/9/2009)
select PART_ID, dbo.HexToChar(BITS) as BITS
from PART_PO_BINARY
How should my update statement look using HexToChar?
I'm not exactly sure...
February 9, 2009 at 12:47 pm
#940746
Here is the output from the PART_PO_BINARY table:
ROWIDPART_ID TYPEBITS ...
February 9, 2009 at 12:32 pm
#940734