Subject Re: Corupting fields from simple SP
Author lysander_fb
--- In firebird-support@yahoogroups.com, Tim Gahnström
<tim.gahnstrom@i...> wrote:

Moin!
If you have it exactly so, there could be a problem resulting from not
putting the colons as prefix to the variable

> trc.status = status
> where transaction_row_content_id = :transaction_row_content_id_v;

try if it is better with colons:
trc.status = :status
where transaction_row_content_id = :transaction_row_content_id_v;

ciao,
André