Subject | Execute statement |
---|---|
Author | Sandor Szollosi |
Post date | 2003-11-27T16:14:17Z |
Hi folks,
After reading release notes, I try to use this nice feature.
A line from my test sp:
EXECUTE STATEMENT 'SELECT NUMF1 FROM MY_TABLE WHERE ID=1 '
INTO :MY_NUMF;
But it doesn't work. MY_NUMF don't get the value.
Is it a correct operation?
TIA
Sandor
W2k,FB_RC7
After reading release notes, I try to use this nice feature.
A line from my test sp:
EXECUTE STATEMENT 'SELECT NUMF1 FROM MY_TABLE WHERE ID=1 '
INTO :MY_NUMF;
But it doesn't work. MY_NUMF don't get the value.
Is it a correct operation?
TIA
Sandor
W2k,FB_RC7