Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I am using SqlBulkCopy class to insert data into table. I observed that few strings with special characters are not getting converted properly.

E.g. 'hollister 香港分店地址 ' is when iserted into table using SqlBulkCopy class gets converted into 'hollister ??????' .

Do i need to mention any encoding for SqlBulkCopy class.
Kindly help me to solve this issue.

Regards,
Sameer
Posted

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