Subject Re: [Firebird-Java] Missing error code in isc_error_msg.properties?
Author Luca Lafranchi
Hi Ken :)

Ken Richard wrote:
> It appears that there are some error messages in the firebird database
> c-code that do not appear in the header files. I checked my copy of the
> server's code (it is a pretty old cvs snapshot) and it looks like the
> code that throws this error (in ddl.c) may have something to do with
> views. Do you have a view on a table you are trying to delete? Can you
> run execute SQL with ISQL and post the output?
>

I am trying to drop an unexistent table.
If I try to drop it using isql, I simply get "error -607 Table/View does
not exist", but with the java driver comes the "No message for code
found" message.

Ciao
Luca