[Mono-bugs] [Bug 32547][Wis] New - Implement the TDS Protocol in C#
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Oct 2002 22:58:00 -0000
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 danmorg@sc.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32547
--- shadow/32547 Sat Oct 19 18:58:00 2002
+++ shadow/32547.tmp.19431 Sat Oct 19 18:58:00 2002
@@ -0,0 +1,34 @@
+Bug#: 32547
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Data.SqlClient
+AssignedTo: tim@timcoleman.com
+ReportedBy: danmorg@sc.rr.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Implement the TDS Protocol in C#
+
+The TDS (Tabular Data Stream) protocol will be implemented in pure C# at
+Mono.Data.TdsClient.Internal
+
+TDS is used for connecting to Microsoft SQL Server and Sybase SQL Server
+databases.
+
+Two open source projects that implement TDS:
+
+1. FreeTDS - C libraries (tds, dblib, ctlib) available at
+ http://www.freetds.org/ (Works on Linux, Windows, etc...)
+
+2. jTDS - 100% java JDBC 2.0 provider available at
+ http://jtds.sf.net/
+
+This will provide the TDS functionality required for the
+System.Data.SqlClient, Mono.Data.SybaseClient, and Mono.Data.TdsClient
+ADO.NET providers in Mono.