|
You can get the error messages using property
retrieveMessagesFromServerOnGetMessage, which defaults to FALSE. <satheesh> java -Dij.retrieveMessagesFromServerOnGetMessage=true org..apache.derby.tools.ij ij> connect 'jdbc:derby://localhost:1527/tdb' user 'junk' password 'junk'; ij> INSERT INTO Item (name) VALUES ("Panasonic DVD Player"); ERROR 42X04: Column 'Panasonic DVD Player' is not in any table in the FROM list or it appears within a join specification and is outside the scope of the join specification or it appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'Panasonic DVD Player' is not a column in the target table. ij> IBM actually announced contributing source code for JDBC driver by around March 2005. I think we should make this property default to TRUE in Apache driver, if and when it is accepted by the community. Satheesh Jonathan Eric Miller wrote: Does anyone know where the error codes are listed for the JDBC driver? |
- JDBC driver error codes documentation, where? Jonathan Eric Miller
- Re: JDBC driver error codes documentation, where... Satheesh Bandaram
- Re: JDBC driver error codes documentation, w... Jonathan Eric Miller
- Re: JDBC driver error codes documentatio... Satheesh Bandaram
- Re: JDBC driver error codes document... Jonathan Eric Miller
- Derby PHP setup Philip Wilder
- Re: Derby PHP setup Dan Scott
- Re: Derby PHP setup Philip Wilder
- Re: JDBC driver error codes doc... Jonathan Eric Miller
- Re: JDBC driver error codes... Jonathan Eric Miller
- Re: JDBC driver error c... Satheesh Bandaram
- Re: JDBC driver error c... Jonathan Eric Miller
