Hi,
I have a query which returns me some data like:
ID StringData
---------------------------
0 11000111000010000111110101010001
1 01110001010101111000010101000111
How can I convert the StringData (which is actually binary only represented by String ones and zeros) into a binary image (to insert back into the db into an image datatype field)?
Thanks
Jeff.
I have a query which returns me some data like:
ID StringData
---------------------------
0 11000111000010000111110101010001
1 01110001010101111000010101000111
How can I convert the StringData (which is actually binary only represented by String ones and zeros) into a binary image (to insert back into the db into an image datatype field)?
Thanks
Jeff.