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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to