the test sql
select to_char(sysdate, 'yyyy-mm-dd') into :myday from dual
I have declareVariable myday in delphi7 with doa 4.0.7.1
when I teset in pl/sql deveploer. I get the message
ORA-01036 illegal variable name/number
Cause: Unable to find bind context on user side.
Action: Make sure that the variable being bound is in the SQL statement
Sorry! I have get the idea (begin ....end
select to_char(sysdate, 'yyyy-mm-dd') into :myday from dual
I have declareVariable myday in delphi7 with doa 4.0.7.1
when I teset in pl/sql deveploer. I get the message
ORA-01036 illegal variable name/number
Cause: Unable to find bind context on user side.
Action: Make sure that the variable being bound is in the SQL statement
Sorry! I have get the idea (begin ....end
