BLOB from database to Browser with out writing it out to a file.

From: Mitch (mitchell.miller_at_bankofamerica.com)
Date: 08/27/03


Date: 26 Aug 2003 15:38:59 -0700

I would like to be able to extract a BLOB from the database (Informix)
and pass it to a browser without writing it to a file. (The BLOB's
are word doc's, MS project doc's, and Excel spreadsheets.

Is it is possible on Unix to designate a directory as a virtual
directory, (i.e it only exist it memory), so that I can extract the
file from the database, write it to the virtual directory and then
pass it to the browser?

Any other suggestions that would allow me to move a BLOB from an RDBMS
directly to a browser?



Relevant Pages