Showing posts with label howcan. Show all posts
Showing posts with label howcan. Show all posts

Thursday, March 8, 2012

Convert String into unicode

Hello everybody,
I want to convert string into unicode when i using the select statement, how
can i do ?
Thanks in advance .
^^
The most simple is:
SELECT CAST('abc' AS NVARCHAR)
As I am not sure of the context of your issue (eg, using .NET, ODBC,
etc) much of the desired result depends on how you access your DB.

Convert String into unicode

Hello everybody,
I want to convert string into unicode when i using the select statement, how
can i do '
Thanks in advance .
^^The most simple is:
SELECT CAST('abc' AS NVARCHAR)
As I am not sure of the context of your issue (eg, using .NET, ODBC,
etc) much of the desired result depends on how you access your DB.