|
locking a row
im considering locking one row to a table so that the table will always have a default value.
im sure i can lock the table itself, and i know i can just use php to find the value and reject any delete query, but can i lock a single row id so that it cannot be removed just in the table config itself?
Last edited by durangod; 02-20-2013 at 02:16 AM..
|