Hello,
In an Oracle 10g R2 database in a VARCHAR2(2000) comments field I need to replace all single quotes with their ASCII values before INSERT\UPDATE and also replace it back again when displaying.
Can someone please provide a PL/SQL code snippet to achieve this?
This one has me stumped, thanks for your advice.
JT
In an Oracle 10g R2 database in a VARCHAR2(2000) comments field I need to replace all single quotes with their ASCII values before INSERT\UPDATE and also replace it back again when displaying.
Can someone please provide a PL/SQL code snippet to achieve this?
This one has me stumped, thanks for your advice.
JT