Publishing a special character into oracle database
Posted: Tue Sep 24, 2013 8:25 am
We need help or suggestions for publishing a string value
STR1= "Characterization of the effect of surface area on testosterone gel 1.62% absorption";
into oracle data base through TI process.presently we are using directly ODBCOUTPUT
sqry = 'Insert into table1 (column1)
'|' Values ('''|str1|'''')';
odbcoutput(....)
please note the string STR1 has special character %
STR1= "Characterization of the effect of surface area on testosterone gel 1.62% absorption";
into oracle data base through TI process.presently we are using directly ODBCOUTPUT
sqry = 'Insert into table1 (column1)
'|' Values ('''|str1|'''')';
odbcoutput(....)
please note the string STR1 has special character %