apache > db
Apache DB Project
 
Font size:      

ij.showErrorCode

ij.showErrorCode

Function

Set this property to true to have ij display the SQLException ErrorCode value with error messages. The default is false.

Error codes denote the severity of the error. For more information, see the Derby Reference Manual.

Syntax

ij.showErrorCode=trueOrFalse

Examples

java -Dij.showErrorCode=true -Dij.protocol=jdbc:derby:
    org.apache.derby.tools.ij
ij version 10.0 (c) 2001,2004 IBM Corp.
ij> Connect 'toursDB';
ij> VLUES 1;
ERROR 42X01: Syntax error: Encountered "VLUES" at line 1, column 1.
ij>

Previous Page
Next Page
Table of Contents
Index