X228: The relationship name restricts the deletion of row with ID number.

A DELETE operation attempted to delete a specified parent row in the object table and all related dependent rows in the dependent tables. However, a delete rule of RESTRICT was specified for one or more dependent tables.

A row of the table cannot be deleted because it has a dependent in a relationship with a delete rule of RESTRICT or the deletion cascades to a row which is dependent in a relationship with a delete rule of RESTRICT.

Examine the delete rule for all dependent tables to determine the cause of the problem. The specified tables involved can be determined from the relationship name name. The specific dependent row is known by record number,number. This is the number of the row from the beginning of the table.