Hi Marc,
> Type: com.sun.star.sdbc.SQLException
> Message: GDS Exception. 335544665. violation of PRIMARY or UNIQUE
> KEY constraint "INTEG_65" on table "TestTab"
> ...
> The server log show no entry, so the exception is inside OOo(1.1).
The above error message is most probably not generated by OOo, but by
either the DB backend or the driver.
I suppose there's a unique index on the table in question, and the value
you're trying to insert into the respective columns is, well, not unique.
You can probably find the index name ("INTEG_65") in the table design in
the Indexes dialog. See which columns are part of the index, and verify
that the value you're trying to insert into those columns really are unique.
Ciao
Frank
--
- Frank Schönheit, Software Engineer [EMAIL PROTECTED] -
- Sun Microsystems http://www.sun.com/staroffice -
- OpenOffice.org Database http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]