Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was able to resolve the "sql cannot be resolved" issue with:
(String)globalMap.get("sql");
in the tOracleROW
Hello!! Thank by the tutorial.
The solutión have an error.
-The correct option in tOracleROW is:
(String)globalMap.get(sql)
See you soon.
globalMap.put("sql","begin"+"\n\r"+sql+"\n\r"+"commit;"+"\n\r"+"end;"