Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
cd `dirname $0`
ROOT_PATH=`pwd`
java -Xms256M -Xmx1024M -cp classpath.jar: p3.executejob_0_1.ExecuteJob --context=Default --context_param name1=elise --context_param name2=shong $*
Hi -
I want to use the variable in the query field for a tOracleInput component. How do I modify the query to use it?
SELECT ...
FROM ...
WHERE LAST_MOD_DATE > context.TheDate
"
SELECT ...
FROM ...
WHERE LAST_MOD_DATE > '" + context.TheDate + "'"