L llz Member Jan 15, 2001 #1 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?
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?
Marco Kalter Administrator Staff member Jan 16, 2001 #1 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
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