How we can concatenate N-Prefix to sqlparameter,i am trying to insert japanese characters into the DB.if i tried like below it's working.
1.ÃÂ insert into japanese (a,b) values (1,N'C?????');
above is working fine.
if i tried to execute the same by appending to the parameter,it's not working