Subject lock wait transaction time out
Author asakin312
Hi,
I am trying to drop a database in my application (written in C#) using
the following lines:

FbConnection.ClearAllPools();
FbConnection.DropDatabase(dbParameters);

and I keep getting an exception about "lock time-out on wait transaction".

does anyone know what may cause this problem and what should I do to
fix it?

Thanks,
Ariel