http://technet.microsoft.com/en-us/library/ms129408(SQL.90).aspx
>>
SQL Server 2005 Books Online (September 2007)
DataType Element (ASSL)
..
WChar
A null-terminated stream of Unicode characters. This data type maps to
the String data type in the .NET Framework and the DBTYPE_WSTR data type
in OLE DB.
..
>>
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***
"Deepak Puri" wrote:
> According to this BOL entry, it represents a null-terminated string,
> similar to the .NET String type:
>
> http://technet.microsoft.com/en-us/library/ms129408(SQL.90).aspx
> >>
> SQL Server 2005 Books Online (September 2007)
> DataType Element (ASSL)
> ...
> WChar
> A null-terminated stream of Unicode characters. This data type maps to
> the String data type in the .NET Framework and the DBTYPE_WSTR data type
> in OLE DB.
> ...
Ohjoo
"JimS" <Ji...@discussions.microsoft.com> wrote in message
news:A79CEBC2-1A9E-4C2C...@microsoft.com...