[Mono-bugs] [Bug 62948][Maj] New - SqlClient fails to connect to SqlServer dataources.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Aug 2004 12:32:13 -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 dru@satori-assoc.com.

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

--- shadow/62948	2004-08-12 12:32:13.000000000 -0400
+++ shadow/62948.tmp.13230	2004-08-12 12:32:13.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 62948
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 10.3.x
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@novell.com                            
+ReportedBy: dru@satori-assoc.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SqlClient fails to connect to SqlServer dataources.
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Create a SqlClient.SqlConnection
+2. Set ConnectionString
+3. call .Open();
+
+Actual Results:
+
+Hard loop, no results, no crash, requires a manual exit.
+
+Expected Results:
+
+the Connection should establish and be available for processing commands.
+
+How often does this happen? 
+
+Every time
+
+
+Additional Information:
+
+This is specific to OSX, and may be true on all non x86 platforms.  I believe the problem to be an 
+endain issue in the Mono.Tds namespace.