Re: [JBoss-user] Unique constraint problem

2001-06-18 Thread David Jencks
Hi, Could you show the code in which you expect to catch the sqlexception? Does everything work if you drop the unique constraint? thanks david jencks On 2001.06.18 18:50:33 -0400 Bob Mancarella wrote: > I am using Interbase with a BMP bean. If I have a column with a unique > constraint and atte

[JBoss-user] Unique constraint problem

2001-06-18 Thread Bob Mancarella
I am using Interbase with a BMP bean. If I have a column with a uniqueconstraint and attempt to add another row with the same value I don't get aSQLException. JBoss seems to throw some internal errors which I am unable tocatch. The output is below.   Has anyone had any luck with unique con