Subject | lock wait transaction time out |
---|---|
Author | asakin312 |
Post date | 2005-09-27T15:57:08Z |
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
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