Subject | Re: [firebird-support] bug in blob param |
---|---|
Author | Aage Johansen |
Post date | 2003-09-02T19:41:34Z |
On Tue, 2 Sep 2003 16:49:41 +0000 (UTC), PODESTA Mariano APRE wrote:
Does it work with
execute procedure DOSTUFF(AN_ACTUAL_BLOB);
--
Aage J.
> ...'This is some text' looks like a string (i.e. not a blob) to me.
> it's normal to think it must work:
>
> execute procedure dostuff('This is some text');
>
> where the param is a blob.
Does it work with
execute procedure DOSTUFF(AN_ACTUAL_BLOB);
--
Aage J.