M
mscertified
I have a table which is in effect a FIFO queue. I need to retrieve then
delete the first record added. I'm assuming I cannot rely on the autonumber
key to do this and will need a timestamp column.
How can I ensure that different users don't grab the same record since this
is a multi-user system?
delete the first record added. I'm assuming I cannot rely on the autonumber
key to do this and will need a timestamp column.
How can I ensure that different users don't grab the same record since this
is a multi-user system?