Welcome Guest, Not a member yet? Register   Sign In
locking tables in database, is it needed?
#1

[eluser]Unknown[/eluser]
I'm sorry for my question, others more familiar with databases probably find it pretty trivial:

I have a many-to-many relationship (products, categories, productcategories) and when I update a specific product (flushing and adding new categories in the connector table as well) I think I really ought to do LOCK TABLES (which I indeed do, using LOCK TABLES with MySQL), but there's no such method in CI's ActiveRecord class - and transactions are not supported with MyIsam tables.

I have read most tutorials I could find in Google on locking tables and I still think I have to lock tables, though I might be wrong: what's the proper way to do it? I would like to be database agnostic in case I end up with a Postgres DB, which does have locking, but clearly states that it is not part of the SQL standard... any suggestions? Thanks!


Messages In This Thread
locking tables in database, is it needed? - by El Forum - 09-28-2008, 01:42 PM
locking tables in database, is it needed? - by El Forum - 09-30-2008, 07:19 AM
locking tables in database, is it needed? - by El Forum - 09-30-2008, 10:38 AM
locking tables in database, is it needed? - by El Forum - 10-03-2008, 06:13 AM
locking tables in database, is it needed? - by El Forum - 10-17-2008, 01:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB