[Mono-bugs] [Bug 63541][Nor] Changed - OdbcDataReader: TIMESTAMP value retrieved as System.String instead of System.Byte[]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 10:01:13 -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 tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63541
--- shadow/63541 2004-08-26 11:59:59.000000000 -0400
+++ shadow/63541.tmp.9915 2004-08-27 10:01:13.000000000 -0400
@@ -90,6 +90,12 @@
------- Additional Comments From tsureshkumar@novell.com 2004-08-26 11:59 -------
Timestamp column is of .NET type DateTime not System.Byte [].
This is fixed as part of bug 64103.
fixed both in head & mono 1.0 branch.
+
+------- Additional Comments From tsureshkumar@novell.com 2004-08-27 10:01 -------
+please refer
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconmappingnetdataproviderdatatypestonetframeworkdatatypes.asp
+for mapping between ODBC DataProvider type to .NET Framework Type.
+