Subject Strange error on DROP TABLE command
Author Andy Jefferson
Hi,

I'm executing a simple
DROP TABLE MYTABLE

and I'm getting a response of

GDS Exception. 335544569. Dynamic SQL Error
SQL error code = -607
No message for code 336068783 found.
null
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544569.
Dynamic SQL Error
SQL error code = -607
No message for code 336068783 found.
null
at
org.firebirdsql.jdbc.AbstractStatement.execute(AbstractStatement.java:510)
at
org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStateme
nt.java:183)


Now the error message is very informative. Anyone have a way of
determining what the problem is here ?

TIA