I'm trying to set-up an online catalogue of products that can be
searched. I have achieved this with text, so I can get results from my
search.
However, i want to be able to see a thumbnail image of the products
that are returned.
I added an OLE Object column to my database and inserted the images
into it.When trying to query from my coldfusion search page, the
results come back with no images and the following messages :


Error Occurred While Processing Request
ByteArray objects cannot be converted to strings.


The Error Occurred in C:\CFusionMX\wwwroot\21site\product results
page.cfm: line 52


50 : <td>#products.Price#</td>
51 : <td>#products.Other#</td>
52 : <td>#products.Image#</td>
53 : </tr>
54 : </cfoutput>


The images are JPGs. I REALLY need some help on this. Any help would be
greatly appreciated.