[Mono-bugs] [Bug 68750][Nor] Changed - NullReferenceException when calling ExecuteScalar
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Dec 2004 10:07:59 -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 tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68750
--- shadow/68750 2004-12-03 10:02:20.000000000 -0500
+++ shadow/68750.tmp.15877 2004-12-03 10:07:59.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 68750
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details: Windows (mono-1.0.2-gtksharp-1.0.2-win32-0.7) and Linux (Mono 1.0.2)
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
-Priority: Critical
+Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar@novell.com
ReportedBy: accounts@sandmik.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -74,6 +74,13 @@
To work without errors, this works normally on Windows .NET platform
How often does this happen?
Always
Additional Information:
+
+------- Additional Comments From tsureshkumar@novell.com 2004-12-03 10:07 -------
+Notice that you have added an int parameter and you have not set the
+value for this parameter!. This cannot be a critical bug, this is a
+matter of usability issue. It is obvious that it is expecting you to
+give a value for the parameter you want to pass. Anyway, to be
+compatiable, this bug will be fixed not to throw exception.