[Zope] Zope/DB2/SQLRelay and BLOBs
working4aliving
working4aliving@hotmail.com
Sun, 17 Nov 2002 12:01:13 -0500
Do this...
http://www.zope.org/Members/peterb/oracle_lobs
I had to change this in the example
return lob.read()
to
return lob
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Christoph Schmitz" <cschm@gmx.de>
Cc: <zope@zope.org>
Sent: Friday, November 08, 2002 4:55 PM
Subject: Re: [Zope] Zope/DB2/SQLRelay and BLOBs
> Christoph Schmitz writes:
> > ...
> > I tried to reproduce that solution, using an ZSQLMethod and DTML as
> > follows:
> >
> > SQL Method testselect:
> > select data from blobtest where id = 42
> >
> > DTML:
> > <dtml-in testselect>
> > <dtml-var data>
> > </dtml-in>
> >
> > All I see is a textual representation of my data in hexadecimal.
> That is almost what one can expect...
>
> What would you like to get?
>
>
> Dieter
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>