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

Reply via email to