Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to escape double quotes?

467440Jun 26 2006 — edited Jun 27 2006
hi,

we are running reports requests from oracle forms application with rwservlet.

we are passing our parameters with PARAMLIST type variables and using RUN_REPORT_OBJECT(pReportOBJECT,pPARAMLIST);

sometimes we have double quotes in report parameter's values. and this causes error because reports server gets parameters within double quotes. i can see the error at command line list at trace files of reports engines.

we tried to escape double quotes by replacing them 2 double qoutes. but it did not worked. reports prints two of them if we use 2 double quotes.

we tried to escape them with \, but this did not worked too.

is there a way to escape them and see the correct format at report output.

thanks in advance.

regards, Engin.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2006
Added on Jun 26 2006
5 comments
845 views