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 |
|
johanna
Starting Member
2 Posts |
Posted - 2008-04-04 : 11:30:48
|
| Hi,Hello everybody ... I have a little problem with sqlserver. When I call my procedure by asp, I send my parameters.The parameters are nvarchar and arrive as parameter... like @sentence which is '??t???'.But I dont know how to apply unicode with parameter @I explain:Is it possible to do something like that ... obviously not:IF @CountryNr = 14 SET @Sentence = N&@SentenceOU SET @Sentence = N+@SentenceCheers, |
|
|
johanna
Starting Member
2 Posts |
Posted - 2008-04-04 : 11:32:28
|
| sorry the '?????' is actually greek caratere |
 |
|
|
|
|
|