ij Properties Reference,
Page 9 of 9


[top]
[prev]
[next]
Documentation Top
Index for This Book

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 Cloudscape Reference Manual.

Syntax

ij.showErrorCode=trueOrFalse

Example

 java -Dij.showErrorCode=true -Dij.protocol=jdbc:cloudscape:
     COM.cloudscape.tools.ij
 ij version 2.0 (c) 1997-1999 Cloudscape, Inc.
 ij> Connect 'toursDB';
 ij> VLUES 1;
 ERROR 42X01: Syntax error: Encountered "VLUES" at line 1, column 1.
 . (errorCode = 20000)
 ij>

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.