[Mono-bugs] [Bug 466227] New: Mono.Data.TdsClient TdsConnection always connects with TdsVersion.tds42

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 14 17:24:31 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=466227


           Summary: Mono.Data.TdsClient TdsConnection always connects with
                    TdsVersion.tds42
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86
        OS/Version: Ubuntu
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: bnc-blr-team-mono at forge.provo.novell.com
        ReportedBy: tom_hindle at sil.org
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5)
Gecko/2008121621 Ubuntu/8.04 (hardy) Firefox/3.0.5

Mono.Data.TdsClient TdsConnection always connects with TdsVersion.tds42.

This means I can't connect to SQL Server 9 (client connection just hangs on a
recv - while SQL server is waiting for further commands)

If I change it to TdsVersion.tds70 - with works fine.

Therefore I would like to add support for telling the TdsConnection object
which Tds version to use.

Would this be better done on the Connection string:
eg. ... TDS_MINVER=7.0;
or  ... TDS_MAJVER=7;

Or would it be better done using a new method/contructor/property/static
property on TdsConnection object?

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list