Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Missing SQLSTATE in COBOL
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
![]() |
![]() |