Skip to Content
0
Jun 26, 2008 at 01:37 PM

Alternative for REPLACE AT ALL OCCURANCES

526 Views

Hi friends,

I am facing a issue where i need to replace " with "" at all occurance in a string.

My server is not supporting the Statement REPLACE AT ALL OCCURANCES statement.

We tried with Replace statement as it is replacing the first occurance of " in the word. Ineed to replace every occurance.

Example : if the string is "My""Name"

Then expected out put is """My""""Name"""

Help will be appreciated...

Please help me in this regard...

Regards,

aanand