[Zope] Storing an image (gif) in oracle table

Sam Gendler sgendler@impossible.com
Sun, 23 Jan 2000 19:49:40 -0800


You could presumably create an image object, pickle it, then store it in the
database as a text field which could be retrieved at any time.

--sam

technews@egsx.com wrote:

> Hi,
>
> Why don't you save the URL of the image in the database instead?  Do you
> do relational queries against those images? And store the images somwhere
> else.  They may be served faster that way, instead of a database.  Just a
> suggestion..
>
> Adonis
>
> --
> Adonis El Fakih, Technical Support, www.ayna.com
>
> On Fri, 21 Jan 2000, Daniel G. Rusch wrote:
>
> > Does anyone have any ideas on how to store an image (gif) into an oracle
> > table through Zope. Zope doesn't seem to support BLOB's as an ZSQL
> > Method argument.
> >
> > Thanks,
> >
> > DR
> >
> > _______________________________________________
> > 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 )
> >
>
> _______________________________________________
> 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 )