Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP & mySQL row locking

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
Will a PHP mySQL solution allow me to lock rows of a database while I'm working with them, or will I need to manage this myself?

If so is the solution which is immediately popping to my head, an extra smallint field in each table to hold the different lock levels, the best approach, or is there a better standard more often used?

-Rob
 
Nothing yet, still in the planning stages.

But I will have certain things, that once checked out, I won't want other people to be able to modify. Hard to come up with a concrete example as I'm so early in on this.

I might not, the more I try to think of an example, the more I think of more elegant solutions... but I just have this feeling this is going to creep up in at least one place given the nature of the application.

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top