Subject Re: [firebird-support] Re: FirebirdSql.Data.FirebirdClient.FbException: validation error for column
Author Helen Borrie
At 07:13 PM 27/04/2012, nielsvanaert wrote:
>If i get his exception it is always during the executing of
>procedure 'FEEDINGS_UPDATE'
>There is no CHECK constraint defined for this procedure or the table which has to be updated!
>Why is the column *** unknown *** in this exception?

If it's happening in a stored procedure then my guess is you defined a variable using a domain that has a CHECK constraint and an assignment is being made that violates it.

./heLen