Connecting Tech Pros Worldwide Help | Site Map

What is the N in front of the string?

  #1  
Old November 13th, 2005, 09:58 AM
shumaker@cs.fsu.edu
Guest
 
Posts: n/a
When I'm writing query statements in Access it adds an N in front of my
strings. What does this denote?

  #2  
Old November 13th, 2005, 09:58 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: What is the N in front of the string?


could you post an example of this? I've never seen what you describe.

  #3  
Old November 13th, 2005, 09:58 AM
Trevor Best
Guest
 
Posts: n/a

re: What is the N in front of the string?


shumaker@cs.fsu.edu wrote:[color=blue]
> When I'm writing query statements in Access it adds an N in front of my
> strings. What does this denote?
>[/color]

I assume you're using an ADP.

It's a casting identifier for SQL Server:

'Hello' is taken as varchar
N'Hello' is taken nvarchar (unicode)


--
[Oo=w=oO]

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
remove space in front of string Steve answers 5 August 13th, 2007 07:35 PM
Inserting '-' character in front of all numbers in a string kevinliu23 answers 10 April 3rd, 2007 02:25 PM
stripping spaces in front of line eight02645999@yahoo.com answers 6 March 4th, 2006 10:05 AM
The @ symbol in front of some strings Water Cooler v2 answers 5 November 17th, 2005 08:48 AM
HTML in front of XML while using SOAP. Please help. Cantor answers 2 July 17th, 2005 02:30 PM