MySQL can do this for you.  Check the mysql.com manual and look for InnoDB, 
isam etc.. table types.

-Chris

>Hi to all,
>I have a MySQL DB, and I'm retrieving the data using PHP. There will be
>about 10 users that will work in a form at the same time. My question is how
>do I lock the a record? for example user 1 access record 1; I don't want
>user 2 be able to have access to the same record.
>Is it possible to do this in PHP? or I have to do it in MySQL?
>
>
>Thanks in advanced
>Nato



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to