Hi
I'm having an issue using a User Paramater inside the END SQL with the Oracle Writer.
I can use it in the WHERE clause on the Reader no problem but using the same format on the END SQL is causing me some problem. I'm sure it is something simple that I've missed!
Reader WHERE:
USERUPDATED = '$(P_USERNAME)'
Writer END SQL:
DELETE FROM DB_UPDATED WHERE USERUPDATED = '$(P_USERNAME)'
It literally tries to find the string $(P_USERNAME)
Here is the contrived example (yes I would normally do this in SQL!):