On Fri, 2007-05-11 at 05:35 -0600, A Nagappan wrote:
> Hi,
> 
> Base work of this patch was done by Senganal. Previous Mono ADO.NET
> maintainer.
> 
> Thanks for reviewing the patch :) Modified Encoding.ASCII.GetBytes to
> Encoding.UTF8.GetBytes. This patch should work with MS-SQL 2000 server
> too, if possible please verify it ?

IMHO that would not fix the issue, as the locale/encoding differs
between Windows/MSSQL installations, I think the default encoding should
be used, Encoding.Default.GetBytes(). That would use the default
encoding of the operating system then, or does the protocol require
UTF-8? I am not familiar with the TDS protocol specification.

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d s-:+ a-- C++ UL++++$ P L++$>+++$ E- W+++$ N o? K- w++>! O---- M-
V? PS
PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G>++ e h! r->++ y?
------END GEEK CODE BLOCK------

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to