Subject RE: [firebird-support] updating blob field with stored procedure
Author Alan McDonald
>
> How can i update (with Delphi 7, dbExpress , TSQLDataSet) a blob field
> usign stored procedure ?
>
> Simeon
>

make an input variable for the stored procedure as a blob of the correct
subtype. then in the body of the SP use the blob input variable to replace
the blob field as you would normally. With delphi you just set the parameter
content to the blob.
Alan