[Mono-bugs] [Bug 72722][Wis] New - Problem with oracleDateTime
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 08:26:02 -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 informatique.internet@fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=72722
--- shadow/72722 2005-02-18 08:26:02.000000000 -0500
+++ shadow/72722.tmp.17227 2005-02-18 08:26:02.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 72722
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: informatique.internet@fiducial.fr
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problem with oracleDateTime
+
+I use Mono in asp.net mode in order to run a professional CRM site. The
+data are stored in an oracle database.
+I experienced some problems with the OracleDateTime datatype.
+With the ms.net framework, OracleDateTime class does the interface between
+oracle datetime format (set by NLS_DATE on the server) and the local .NET
+datetime format (set by culture settings).
+I've seen (with a network sniffer) that mono doesn't make any those
+changes. An oracleDateTime is (with mono) the same as DateTime...
+The only way is to change the server configuration in order it can
+understand mono datetime request...
+
+I'm ready to help you implementing OracleDateTime, but if I could get some
+useful advices...