Subject | RE: [firebird-support] updating blob field with stored procedure |
---|---|
Author | Alan McDonald |
Post date | 2004-10-21T11:39:03Z |
>make an input variable for the stored procedure as a blob of the correct
> How can i update (with Delphi 7, dbExpress , TSQLDataSet) a blob field
> usign stored procedure ?
>
> Simeon
>
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