Page 1 of 1

handling table inserts and updates

Posted: Sun May 23, 2004 4:58 am
by Zooter
I'm using an ADOB connection to connect to mySQL from PHP / HTML. But I don't know how or if it handles more than one users doing an insert or update to maybe the same field in the same table at the same time. Is there some kind of table locking or something that needs to be implemented?

Posted: Sun May 23, 2004 5:07 am
by Weirdan
MySQL does all necessary locking internally.

Posted: Sun May 23, 2004 5:17 am
by Zooter
Thanks.