Subject Re: [Firebird-Java] Possible bug in Firebird1.5.2Classic(cross-post)
Author Roman Rokytskyy
> The usage pattern in _this_ example is unusual because it is a testcase
> that has not got past create and destroy objects.

Under "unusual" I mean that you prepare statements for the newly created
table in both connections, then you close them, then you drop table in one
connection and then you prepare a statement referencing that table in other
connection.

Roman