Skip to Main Content

Oracle Forms

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!

forms dll

Sachin TJan 11 2007
hi friends,

I am using a forms_dll statement in my form. where i am facing problem while inserting data using it.

i am using following code

forms_ddl('Insert into '||:global.tab_name||' values ( '||:global.SeqAge||','||to_char(col_code)||','||''''||col_desc||''' )');


where col_desc is B'Lore

now as B'lore contains ' in it the forms_ddl statement is failing.

Is there any way that i can handle it.

Please help

thanks in advance
sachin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2007
Added on Jan 11 2007
0 comments
240 views