June 5, 2014 at 12:39 am
Hi,
Can any one help me in saving chinese text into database through stored procedure. I tried the
following alternatives, but unsucessful.
1. Appending N to the parameter in stored procedure works but unable to pass the parameter with
N'駜 筡 殧澞 from C#. The datatype that I am using to store is nvarchar(max)
Can someone provide me a sample to do this.
Thanks
June 5, 2014 at 12:48 am
What happens? Do you get an error somewhere?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 5, 2014 at 12:58 am
If I execute directly the stored procedure it works fine. But I don't know how to pass the parameters
from the front end(C#) with N'Chinesecharacter
June 5, 2014 at 1:06 am
Check this thread:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply