ij.showErrorCode property The ij.showErrorCode property specifies whether ij should display the SQLException ErrorCode value with error messages. ij.showErrorCode property

The default value is false.

Error codes denote the severity of the error.

Syntax ij.showErrorCode={ false | true } Example java -Dij.showErrorCode=true -Dij.protocol=jdbc:derby: \ org.apache.derby.tools.ij ij version ij> Connect 'sample'; ij> VLUES 1; ERROR 42X01: Syntax error: Encountered "VLUES" at line 1, column 1. (errorCode = 30000) ... ij>
See also

See " exception messages and SQL states" in the .