Subject Problem with FB1.5.1 on Win98
Author giovanibettiol
I'm having a problem with Firebird 1.5.1 on Windows 98. I have a
script to update my database, which I run in my customers. This
script is something like this:

DROP PROCEDURE INS_EMPLOYEES;
DROP PROCEDURE UPD_EMPLOYEES;
DROP TABLE EMPLOYEES;

I'm droping the related procedures to the table EMPLOYEES and then
droping the table EMPLOYEES. This script runs fine in Windows XP,
but in Windows 98 it returns this message: "Table EMPLOYEES is in
use".

Why does this problem just occur in Windows98???? I've also tryied
to put a COMMIT between the statements unsuccessfully.

Thanks in advance

Giovani