On Wednesday, 14 January 2015 at 15:56:14 UTC, Ola Fosheim
Grøstad wrote:
On Wednesday, 14 January 2015 at 15:37:20 UTC, FrankLike wrote:
On Wednesday, 14 January 2015 at 13:44:39 UTC, Ola Fosheim
Grøstad wrote:
On Tuesday, 13 January 2015 at 16:47:33 UTC, FrankLike wrote:
The ANSI character set is very important for operating
MSSQL, if no conversion, will expand the scope of D users,
that can attract more C# users.
MSSQL supports UCS2 (16 bit unicode) for nvarchar and you
should be able to set the connection to UTF-8.
' set the connection to UTF-8'? MSSQL? How to do? But I only
know it ok in mySql. Thank you.
Just search for it.
https://www.google.no/?q=mssql%20connection%20utf-8
First hit:
http://stackoverflow.com/questions/1322421/php-sql-server-how-to-set-charset-for-connection
Not a good idea.