Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Can you please help me anybody on this .i am uploading excel sheet data converted into xml file from dataset and inserting into oracle DB, while inserting record is like this .

Input record in sheet is like this : R3 UAT Jia Yang3.4 - Specical Characters Load"',

after inserting recodr into Table its showing like this ;R3 UAT Jia Yang3.4 - Specical Characters Load"',

please help me how to avoid this while inserting to table i want what ever is there in sheet same values i need to insert into table.



Regards,
Narasimha
Posted
Comments
Sudhakar Shinde 23-May-13 6:20am    
You need to escape the special characters. Please refer to the link (http://docs.oracle.com/cd/B10500_01/text.920/a96518/cqspcl.htm#20741)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900