I will try of to be clearer.

Operating system: WIN98
Version of Mysql 3.23.40
EXE : Mysql-d-max


I create a table of example.

Create table test ( Field1 tinyint not null ) type=BDB

The table is created regularly. 
The statement DROP TABLE test    responds "Error 1051 - Unknown table test"

The only way to delete the table is:

alter table test
, type=MyISAM

DROP TABLE test

The tests have been effected with Mascon.


---------------------------------------------------------------------
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