* Tds.cs (ProcessLoginAck): Set TdsVersion to the version
authorVeerapuram Varadhan <v.varadhan@gmail.com>
Thu, 26 Feb 2009 04:18:02 +0000 (04:18 -0000)
committerVeerapuram Varadhan <v.varadhan@gmail.com>
Thu, 26 Feb 2009 04:18:02 +0000 (04:18 -0000)
commitdba89de6c247e4f634bc8f9872f17f1d9b2157de
treeff3f7af85eed77bd2b91c67ef09cf1d6646126b3
parent456f323eb9a1ae89db50594134c78cd06114ef10
    * Tds.cs (ProcessLoginAck): Set TdsVersion to the version
        supported by the server.
        (GetColumnValue): lcid and sortId are available only from Tds 8.

        * Tds80.cs (ProcessColumnInfo, ProcessOutputParam): Call base
        methods if the server version is less than Tds 8.

svn path=/trunk/mcs/; revision=128053
mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds.cs
mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds80.cs