Subject | Re: [firebird-support] Internal Error on using BLOB-procedure-parameter |
---|---|
Author | Ann W. Harrison |
Post date | 2005-02-27T19:48:23Z |
Thomas Beckmann wrote:
string. In most cases, we handle conversion from a string to a blob
nicely, but in this case, not. If your procedure actually expects
strings as input, then declare it with string parameters and you'll work
around the problem.
Regards,
Ann
>Yes, it's a bug, but the parameter you're passing isn't a blob, it's a
> I get an "internal error" with my procedure that has a BLOB parameter:
> Calling P_TRANS_TEST in the following code shows the result.
string. In most cases, we handle conversion from a string to a blob
nicely, but in this case, not. If your procedure actually expects
strings as input, then declare it with string parameters and you'll work
around the problem.
Regards,
Ann