Passing Blob Content to a procedure

Hi all,

Is it possible to pass an image which is stored in a blob field (without saving it to a physical file) to a procedure for processing?

Thanks

Tony

You can pass BLOB as a procedure parameter

You can do that via a BLOB parameter. If you’re trying to pass this as a job to another thread, you’d need to do other stuff.

Oh yeah, it works. I didn’t realize as the help doesn’t tell, thanks a lot.