I have a table that contains the following two columns:
BITS (image(16))
BIT_LENGTH (int(4))
When I look at the table, I see "OLE Object" in the BITS column. What
syntax should I use in a SELECT statement to convert the binary image
info contained in "BITS" into simple text that I can read? What role
does the BIT_LENGTH field play?