Subject Execute statement
Author Sandor Szollosi
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