when specifying modifies sql data option ...
getting following error..
SQL0104N An unexpected token "MODIFIES SQL DATA" was found following
"".
Expected tokens may include: "READS SQL DATA". LINE NUMBER=13.
SQLSTATE=42601
where I have some code in external UDF that creates a table in
database.
when specifying READS SQL DATA getting SQLCODE 577.
So cant we modifies data through an UDF ( external UDF) ?
- amoLpujari
getting following error..
SQL0104N An unexpected token "MODIFIES SQL DATA" was found following
"".
Expected tokens may include: "READS SQL DATA". LINE NUMBER=13.
SQLSTATE=42601
where I have some code in external UDF that creates a table in
database.
when specifying READS SQL DATA getting SQLCODE 577.
So cant we modifies data through an UDF ( external UDF) ?
- amoLpujari
Comment