In this blog post, you’ll learn more about the Sybase Error WITH CHECK OPTION violated for insert/update on base table ‘%1’ and the reason for receiving this error
Sybase SQL Error Message
WITH CHECK OPTION violated for insert/update on base table ‘%1’
Reason for this Error
You attempted an insert or update operation on the indicated base table through a view (possibly nested). However, one or more values in the modified row(s) triggered a WITH CHECK OPTION violation. This violation occurs when a modified value causes one or more rows to fall outside the range of the view by making the view’s WHERE clause evaluate to FALSE or UNKNOWN for that row.