[Mono-bugs] [Bug 71261][Wis] Changed - System.Data.Odbc - GetOrdinal( ) not returning value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 04:49:32 -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=71261
--- shadow/71261 2005-01-18 11:19:29.000000000 -0500
+++ shadow/71261.tmp.12969 2005-01-20 04:49:32.000000000 -0500
@@ -97,6 +97,11 @@
int ord_num= reader.GetOrdinal("age");
But the record is moved by one pointer which is not needed.Also to call
GetOrdinal()there is no need to call reader.Read() before it.When I use
ByteFX.Data.SqlClient it gives the result as expected.
+
+------- Additional Comments From tsureshkumar@novell.com 2005-01-20 04:49 -------
+Created an attachment (id=13827)
+proposed patch from Appasamy
+