Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Missing SQLSTATE in COBOL

Missing SQLSTATE in COBOL

From: Tilmann <tilmann.ludwig_at_logicacmg.com>
Date: 17 Mar 2005 07:01:27 -0800
Message-ID: <39bade0a.0503170701.4d9974d2@posting.google.com>


I've developped an aplication in COBOL using Microfocus NetExpress and Oracle 9.1.

One client gets an error message from the database (ORA -00001). In this message, the SQLSTATE is BLANK, the SQLCODE and the errortext is included as normal.

The SQLSTATE ist declared in the application as usual, (SQLSTATE PIC X(5) ) and the precompiler option mode=ansi is used. The same application is working perfectly by other clients using oracle 9.1 databases.

Does anybody know what's going wrong? Received on Thu Mar 17 2005 - 09:01:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US