On Sat, 10 Nov 2001, Artur Kowal wrote:
> My question is how in MySQL I can get information > is table exists or not ( I don't want some query > that return > error but kind of message from serwer !) You could process the output of SHOW TABLES. You can also DROP TABLE IF EXISTS table_name and recreate the table from scratch if this does not cause a problem. Bye, Neil --------------------------------------------------------------------- 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