Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mpolaiah
Starting Member
24 Posts |
Posted - 2009-11-19 : 07:28:16
|
| how to implement Unicode ...In a Database i m having a field with nvarchar (max) datatype when inserting a unicode string from the text box in to the database ...it is saving ???????????? in the database .i am using storeprocedure execution like.......................exec SP_AH_PRE_REQUEST 'SV',null,1,1,101,'polo',101,10,1,'11/1/2009',1,1,'79789798',101,'11/1/2009',N'??????????','fdsdgs'it is workbut here pass the input parameter @message=N'??????????'then only save the correct then how to pass N'??????????' |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2009-11-19 : 13:39:41
|
| Is the sp parameter defined as nvarchar? It needs to beBe One with the OptimizerTG |
 |
|
|
|
|
|
|
|