[Mono-bugs] [Bug 76969][Maj] Changed - Bug in creating of System.Data.SqlClient.SqlConnection

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 12 09:45:30 EST 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 tsenganal at novell.com.

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

--- shadow/76969	2005-12-12 09:00:53.000000000 -0500
+++ shadow/76969.tmp.25748	2005-12-12 09:45:30.000000000 -0500
@@ -121,6 +121,14 @@
 					}
 				return connection;
 			}
 		}
 
 Maybe this helps.
+
+------- Additional Comments From tsenganal at novell.com  2005-12-12 09:45 -------
+the keyword 'Persist Security Info' is not implemented in Sqlclient..
+The older version's of sqlclient threw an exception if the keyword was
+used ,but the newer versions just ignores the keyword and does not
+throw an exception.. Version's after 1.1.8 should work fine .. you can
+either update ur version or not use the Keywork 'Persist Security
+Info' in the connection string.. let me know if u still face any issues..


More information about the mono-bugs mailing list