in reply to Database access problem

You may want to actually execute that statement with $sth_Drop_quick_fix->execute.

Or simply bypass the statement handle creation, and call $dbh->do( $Drop_table_quick_fix ).