http://bugzilla.novell.com/show_bug.cgi?id=613087
http://bugzilla.novell.com/show_bug.cgi?id=613087#c2 --- Comment #2 from Eduardo Kienetz <[email protected]> 2010-06-10 16:17:40 UTC --- As workaround I had to do: sd = new SqlDecimal((long)r.GetValue(decimal18column)) Since GetSqlDecimal() would fail on that int64 column. I'm not really sure this 'solution' is a good idea, but the amounts seem right (they are small though :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
