MySQL blob-field question

Robert Campbell <[email protected]> Tue, 08 Apr 2008 12:47:15 -0500
Newsgroups gmane.comp.web.zope.database
Message-ID <[email protected]>
Hello,
    I'm new to the group and of course have a question.
    I'm trying our Zope 2.10.5-final. and have a new problem displaying 
images from a MySQL database..
    Here is the code that works on my old 2.9.4 server.

ZSQL Method: getImage
select image, cType as filetype
from images
where <dtml-sqltest id op="eq" type="int">

    on Zope 2.9.4 I get the raw data [.PNG.......]
    on Zope 2.10.5 I get array('c', 
'\xff\xd8\xff\xe1,\xffExif\x00\x00II*\x00............

How can I get the raw data, convert the array or decode to display my 
image ?

Thanks for any help,
Rob