Subject RE: [Firebird-Java] Missing error code in isc_error_msg.properties?
Author Ken Richard
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?

-----Original Message-----
From: Luca Lafranchi [mailto:luca.lafranchi@...]
Sent: Thursday, August 29, 2002 7:29 AM
To: Firebird-Java@yahoogroups.com
Subject: [Firebird-Java] Missing error code in isc_error_msg.properties?


Hi :)

If i try to drop a non existing table, I get a "No message for code
336068783 found."

I've looked into isc_error_msg.properties but found no reference to that

error number.
I've also searched the Language Reference Guide (found at
www.firebirdsql.org) and the code is not mentioned...

Ciao
Luca