Try closing all statement-handles that touch those tables first. i.e.
$sth->close();


On Fri, 7 Mar 2003, [big5] Gary Fung wrote:

> 
> I am using ActivePerl 5.8 and DBD::ODBC, ODBC is connecting to Microsoft Access 
> Driver.
> 
> At the end of my Perl program, I want to DROP all tables just created for tempory 
> use. However, it caused error. The error message is about " the table xxx is being 
> used by other applications .... " ( I just translate the chinese error message to 
> English now, so the meaning is just roughly...). I am sure I didn't use that 
> table(s) at the same time.
> 
> How can I solve the problem?
> 
> �ڪ�ź��(�e����)�A���F�k��(���J��)�A�A�̬�(Twins)...
> �L�d������a�n �IRing���o
> 

Reply via email to