[Mono-bugs] [Bug 37124][Nor] Changed - Mono cannot render a DataGrid control

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 24 Jan 2003 02:14:33 -0500 (EST)


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=37124

--- shadow/37124	Thu Jan 23 21:26:50 2003
+++ shadow/37124.tmp.6008	Fri Jan 24 02:14:33 2003
@@ -88,6 +88,14 @@
     HeaderStyle-BackColor="#aaaadd"
     EnableViewState="false"
   />
 
 </body>
 </html>
+
+------- Additional Comments From danmorg@sc.rr.com  2003-01-24 02:14 -------
+None of the Mono data providers support trusted connections.
+You are using the trusted_connection keyword in your connection 
+string.
+
+Use a connection string like:
+"server=sql_server_name;database=Northwind;User ID=sa;Password="