Subject RE: [firebird-support] uploading a picture
Author Alan McDonald
> Simeon Mitev wrote:
> > I want to upload a picture into a field of table. Is it
> possible to do this
> > using stored procedure ?
>
> No, not using SP. You should use blob.
>
> --
> Milan Babuskov

why not Milan? I do this OK - you need to have blob parameters that's all.
and depending on the connection method, you may need to stream the blob
contents to teh parameters
Alan