The table not locke error occures when you have issued a lock tables 
command, and then access a table not included in the lock tables call.

You must lock all tables you intend to access between the lock and 
unlock calls.

Werner Stuerenburg wrote:

> As I said earlier, I have troubles with 3 tables from over a
> hundred. In my quest to find out what happens, I converted those
> 3 from isam to myisam. Hence I am able to check from my program
> if the tables are corrupt and then try to correct them.
> 
>

-- 
Gerald L. Clark
[EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to