Is it possible to prevent a row from being deleted in a table. I want
to arrange a new table with an autonumbered primary key that will form
part of a set of sequential serial numbers. I want to protect the
integrity of the sequence so that an accidental deletion of a row can
not occur.
With thanks
Rob
to arrange a new table with an autonumbered primary key that will form
part of a set of sequential serial numbers. I want to protect the
integrity of the sequence so that an accidental deletion of a row can
not occur.
With thanks
Rob
Comment