Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Update Statement

    Glad to hear it. 🙂

  • RE: Update Statement

    bpowers (2/9/2009)


    I said varchar but I actually used HexToChar to convert the image.

    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...

  • RE: Update Statement

    Here is the output from the PART_PO_BINARY table:

    ROWIDPART_ID TYPEBITS ...

Viewing 3 posts - 1 through 3 (of 3 total)