Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the N for before strings in SQL server?
Message
 
 
À
04/11/2004 10:09:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00958088
Message ID:
00958097
Vues:
21
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform