Subject Re: [firebird-support] bug in blob param
Author Aage Johansen
On Tue, 2 Sep 2003 16:49:41 +0000 (UTC), PODESTA Mariano APRE wrote:

> ...
> it's normal to think it must work:
>
> execute procedure dostuff('This is some text');
>
> where the param is a blob.


'This is some text' looks like a string (i.e. not a blob) to me.

Does it work with
execute procedure DOSTUFF(AN_ACTUAL_BLOB);


--
Aage J.