it will do it if there is a Table X, but if there isn't one it checks in MySql, MySql returns error and my perl code stops(what i certainly don't want). how can i tell perl to check if that table exists and if exists than to drop it,or if it doesn't just to move on. thnx . Robertconnect to the db... $i = $dbh -> prepare(drop table X); $i -> execute();
In reply to DBI "drop table" next obstacle by baxy77bax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |