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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77004 --- shadow/77004 2005-12-15 05:11:54.000000000 -0500 +++ shadow/77004.tmp.15831 2005-12-15 05:11:54.000000000 -0500 @@ -0,0 +1,45 @@ +Bug#: 77004 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Data.SqlClient +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: SqlConnection throws exception if unknown parameters in connection string + +Description of Problem: +When creating a System.Data.SqlClient.SqlConnection object, if the +connection string contains unknown or not implemented properties then a +NotImplementedException is thrown. + + +Steps to reproduce the problem: +1. Create a SqlConnection object with a connection string like this: +integrated security=false;server=192.168.0.203;persist security +info=False;database=YourDB;user=sa;password=XXXXXX;" + +2. An exception is thrown due to the properties "integrated security" and +"persist security info". + +Actual Results: +Solved by removing those properties from connection string. + +Expected Results: +In my case I think it's possible to open the connection without those +properties. + +How often does this happen? +Everytime the connection string is like that above. + +Additional Information: +The problem was detected in a migration from .Net to Mono. The connection +string does not throw any exception in .Net SqlConnection class. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
