Subject | RE: [firebird-support] bug in blob param |
---|---|
Author | PODESTA Mariano APRE |
Post date | 2003-09-02T14:05:48Z |
> The error that Mariano is making is to declare a blob asi understand that, Helen,
> input parameter
> and then to pass a varchar in that parameter. A blob is a
> blob, not a
> varchar. Parameters have to match BY TYPE.
but, is there a way to call a sp from another with a blob param?
using F_STRBLOB(varchar, blob) i have the limit of 254 chars.
the problem begins with de first sp that does not receive a blob as param.
if the only way to assign a blob inside a sp is by calling F_STRBLOB, well
i'll use it.
mariano