Subject | Re: Corupting fields from simple SP |
---|---|
Author | lysander_fb |
Post date | 2005-07-01T07:23:58Z |
--- 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;
ciao,
André
<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 = statustry if it is better with colons:
> where transaction_row_content_id = :transaction_row_content_id_v;
trc.status = :status
where transaction_row_content_id = :transaction_row_content_id_v;
ciao,
André