On Thu, 10 Jan 2008, Jason Blumenkrantz wrote:
> [how do I auto delete a blob when the row referring to it goes away]
The easiest thing to do is to define an AFTER DELETE trigger on your table to cleanup the LO when the row goes away.
Kris Jurka