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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 N apply UNICODE on nvarchar but on a parameter

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&@Sentence
OU
SET @Sentence = N+@Sentence

Cheers,

johanna
Starting Member

2 Posts

Posted - 2008-04-04 : 11:32:28
sorry the '?????' is actually greek caratere
Go to Top of Page
   

- Advertisement -