Subject Re: [firebird-support] Conversion error from string
Author Jacqui Caren
Constantijn Wolfs wrote:
> Hi,
>
> A trigger executes a stored procedure. One of the input parameters is of
> type varchar.
>
> EXECUTE PROCEDURE CWS$GET_ID(NEW.ID, 'ENTITIES')
> RETURNING VALUES NEW.ID

If you use a temp var the error goes away?

I know this is not a fix - only a workaround.

Jacqui