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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=62150 --- shadow/62150 2005-10-03 08:38:55.000000000 -0400 +++ shadow/62150.tmp.2663 2005-10-03 08:39:38.000000000 -0400 @@ -156,6 +156,32 @@ VALUES(:param1,:param2) param1 en param2 english + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-03 08:39 ------- +but returns : +Hello World! +oops : execption +OracleException :::ORA-00001: unique constraint +(HUBERT.PK_INTRA_LANGUE) violated + +Command text : INSERT INTO INTRA_LANGUE (LANGUE_CODE,LANGUE) +VALUES(:param1,:param2) + +Unhandled Exception: System.NullReferenceException: Object reference +not set to an instance of an object +in [0x0006b] (at /home/hubert/Projects/ExceptionBug/Main.cs:46) +MainClass:checkexception (System.Exception e, IDbCommand command, +System.String stack) +in [0x000bf] (at /home/hubert/Projects/ExceptionBug/Main.cs:78) +MainClass:Test () +in [0x00016] (at /home/hubert/Projects/ExceptionBug/Main.cs:87) +MainClass:Main (System.String[] args) +param1 +en + + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
