How use TOracleQuery.SubstitutedSQL

llz

Member
when I use TOracleQuery.SubstitutedSQL ,
I find the retrieve MSG don't be replaced variables.
but the parogram used
ReplaceSubstVariables(Result);

Could anyone can give me any advise?
 
Note that SubstitutedSQL will only replace substitution variables (otSubst) in the SQL, and not bind variables (all other variable types). Could this be the issue here?

------------------
Marco Kalter
Allround Automations
 
Back
Top