Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the N for before strings in SQL server?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00958088
Message ID:
00958097
Views:
20
This message has been marked as the solution to the initial question of the thread.
It converts string to Unicode which corresponds to the data types nchar, nvarchar and ntext. Some system stored procedures require that string parameter be passed as Unicode.

>
>I quite often see the N character before string literals in SQL server ...
>
>
>@cursor_source = N'AnyOldString'
>
>
>What is the N for and what does it mean?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform