by nmc » Tue Sep 15, 2009 11:05 am
Most likely one of your sql statements attempts to add/update data that doesnt passes the constraints you defined when creating the table(s) affected by the operation.
If you expect more detailed help, you will have to provide some infos, beginning with the "create table" statement(s) and the statement causing the exception.