[Mono-bugs] [Bug 60033][Maj] Changed - SqlDataAdapter.Fill throws SqlException "Invalid object name 'sp_reset_conection'"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 23:13:46 -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 cmyers@austin.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60033
--- shadow/60033 2004-08-03 23:07:47.000000000 -0400
+++ shadow/60033.tmp.18089 2004-08-03 23:13:46.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60033
Product: Mono: Class Libraries
Version: unspecified
OS: Windows XP
OS Details: Windows XP SP1
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: 040 One week
Priority: Major
Component: Sys.Data.SqlClient
AssignedTo: sumadevi@novell.com
ReportedBy: cmyers@austin.rr.com
QAContact: mono-bugs@ximian.com
@@ -242,6 +242,64 @@
Do you wish me to update bugzilla with this new information?
Attached is a simple example I used.
Sincerely,
Chad Myers
+
+------- Additional Comments From cmyers@austin.rr.com 2004-08-03 23:13 -------
+I can still duplicate this bug repeatedly on 1.0 on multiple machines.
+
+Note that Umadevi says he wasn't successful in duplicating this bug.
+It still crashes for me even in 1.0.
+
+Umdadevi, are you sure that you're running my example with "mono
+monotest.exe" and that it's not using the MS .NET CLR? Also, are you
+using Windows or Linux? I haven't tried to verify this on Linux yet.
+
+If I run like this:
+c:\>monotest.exe
+it works, but if I run like this:
+c:\>mono monotest.exe
+
+It crashes with:
+System.Data.SqlClient.SqlException: Invalid object
+name 'sp_reset_connection'.
+in <0x00103> System.Data.SqlClient.SqlConnection:ErrorHandler
+(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in <0x00066> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_TdsInternalErrorMessageEve
+ntArgs
+(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in <0x0002e> Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
+(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in <0x00053> (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
+(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
+in <0x00243> Mono.Data.Tds.Protocol.Tds:ProcessMessage
+(Mono.Data.Tds.Protocol.TdsPacketSubType)
+in <0x0004f> (wrapper remoting-invoke-with-check)
+Mono.Data.Tds.Protocol.Tds:ProcessMessage
+(Mono.Data.Tds.Protocol.TdsPacketSubType)
+in <0x0014a> Mono.Data.Tds.Protocol.Tds:ProcessSubPacket ()
+in <0x00050> Mono.Data.Tds.Protocol.Tds:NextResult ()
+in <0x0007d> System.Data.SqlClient.SqlDataReader:NextResult ()
+in <0x0005a> (wrapper remoting-invoke-with-check)
+System.Data.SqlClient.SqlDataReader:NextResult ()
+in <0x00107> System.Data.SqlClient.SqlDataReader:.ctor
+(System.Data.SqlClient.SqlCommand)
+in <0x00053> (wrapper remoting-invoke-with-check)
+System.Data.SqlClient.SqlDataReader:.ctor
+(System.Data.SqlClient.SqlCommand)
+in <0x00096> System.Data.SqlClient.SqlCommand:ExecuteReader
+(System.Data.CommandBehavior)
+in <0x00051> (wrapper remoting-invoke-with-check)
+System.Data.SqlClient.SqlCommand:ExecuteReader
+(System.Data.CommandBehavior)
+in <0x00016> System.Data.SqlClient.SqlCommand:ExecuteReader ()
+in <0x0004d> (wrapper remoting-invoke-with-check)
+System.Data.SqlClient.SqlCommand:ExecuteReader ()
+in <0x00011>
+System.Data.SqlClient.SqlCommand:System.Data.IDbCommand.ExecuteReader
+()
+in <0x00138> MonoSqlTestNamespace.MonoSqlTest:Main (string[])
+