[Mono-bugs] [Bug 75257][Wis] New - Unable to connect directly to an instance of SQL Server

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 03:51:51 EDT 2005


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 dcampillo at gmail.com.

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

--- shadow/75257	2005-06-14 03:51:51.000000000 -0400
+++ shadow/75257.tmp.30106	2005-06-14 03:51:51.000000000 -0400
@@ -0,0 +1,70 @@
+Bug#: 75257
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Mandriva Limited Edition 2005
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo at novell.com                            
+ReportedBy: dcampillo at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unable to connect directly to an instance of SQL Server
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+I tried to connect to an instance of SQL Server using this connection
+string : "Data Source=lmbsvsql01\prod;Initial Catalog=AppStat;User
+Id=Me;Password=MyPass"
+
+C# Code :
+
+SqlConnection oCon;
+
+oCon = new SqlConnection("Data Source=lmbsvsql01\prod;Initial
+Catalog=AppStat;User Id=Me;Password=MyPass");
+
+try {
+oCon.Open();
+
+oCon.Close();
+}
+catch (Exception EX)
+{
+console.WriteLine(EX.Message);
+}
+Finally
+{
+oCon.dispose;
+}
+
+The problem is that under Windows I can connect to the instance "Prod" on
+the server "lmbsvsql01"  ==> lmbsvsql01\prod 
+
+With Mono, it want to search for a server called "lmbsvsql01\prod".
+
+I am MCP VB developper, and learning C#... If you need some help to test,
+just ake me ... ;-)
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list