LOCK TABLES with registry?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi folks!

I use a registry in my webapp which holds an instance of my sql-class.
within my application i _only_ use this instance to do queries.

first of all i lock all my tables with

LOCK TABLES tableName WRITE;

Later in the progrmm i try to do a "SELECT `menue` as `first` ..." but i
get:
"Table 'first' was not locked with LOCK TABLES"


what do i do wrong?

# die welt ist schnell geworden...

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux