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:21.000000000 -0400
+++ shadow/62150.tmp.2653       2005-10-03 08:38:55.000000000 -0400
@@ -140,6 +140,22 @@
                CreateDummy();
                Console.WriteLine("Hello World!");
                MainClass monprog=new MainClass();
                monprog.Test();
        }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-10-03 08:38 -------
+should return :
+Hello World!
+oops : execption
+System.Data.OracleClient.OracleException
+OracleException :::ORA-00001: unique constraint
+(HUBERT.PK_INTRA_LANGUE) violated
+
+Command text : INSERT INTO INTRA_LANGUE (LANGUE_CODE,LANGUE)
+VALUES(:param1,:param2)
+param1
+en
+param2
+english
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to