Subject | Re: [Firebird-Java] Constraint problem when there should be none |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-04-06T10:35:38Z |
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544665.I guess no, but without a test case it is hard to say...
> violation of PRIMARY or UNIQUE KEY constraint "INTEG_85" on table
> "ORDERED"
>
> Is this normal?
Does situation change if you commit transaction after tha last ALTER and
before the UPDATE?
Roman