[Mono-bugs] [Bug 54676][Nor] Changed - Mono.Data.TdsClient provider sample doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Aug 2004 07:33:46 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tsureshkumar@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54676

--- shadow/54676	2004-08-19 07:32:54.000000000 -0400
+++ shadow/54676.tmp.4738	2004-08-19 07:33:46.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 54676
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: XP SP1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data.SqlClient
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: codeberg@vnet.hu               
 QAContact: mono-bugs@ximian.com
@@ -43,6 +43,19 @@
 to add about this.
 
 ------- Additional Comments From tsureshkumar@novell.com  2004-08-19 07:32 -------
 Created an attachment (id=9243)
 untested patch
 
+
+------- Additional Comments From tsureshkumar@novell.com  2004-08-19 07:33 -------
+Tds7 is not yet supported with TdsClient. For a hack, if you really
+want, apply the untested patch attached, in Mono.Data.TdsClient.
+
+comments from change log:
+2002-10-23  Tim Coleman (tim@timcoleman.com)
+        * list:
+                Add new files to build
+        * Mono.Data.TdsClient.build:
+                Exclude Tds70.cs, Tds80.cs, Tds50.cs
+                Those should only be included with
+                the appropriate providers.