Subject Re: [firebird-support] Internal Error on using BLOB-procedure-parameter
Author Ann W. Harrison
Thomas Beckmann wrote:
>
> I get an "internal error" with my procedure that has a BLOB parameter:
> Calling P_TRANS_TEST in the following code shows the result.

Yes, it's a bug, but the parameter you're passing isn't a blob, it's a
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