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

Home -> Community -> Usenet -> c.d.o.misc -> SQLCA.sqlcode values/meaning Cross-Reference in Pro*C

SQLCA.sqlcode values/meaning Cross-Reference in Pro*C

From: Ramdrive <SPAM_ME_NOTbob_kuhar_at_ccmail.sgo.sony.com>
Date: Wed, 15 Jul 1998 12:01:06 -0400
Message-ID: <6oijo3$tlh@news1.sjc.in.sel.sony.com>


Please excuse my ignorance...

but I've been searching for hours for a cross-reference which will tell me what values I can expect to see in the SQLCA.sqlcode field and what they mean. Where can I find a list of these status values? I am working in an Oracle7.2 environment using Pro*C (Oracle Precompiler to standard C). All that my documentation states is that "Every executable SQL statement reutrns a status code in the SQLCA variable sqlcode, which you can check implicitly with WHENEVER SQLERROR or explicitly with your own C code." At no point does it go on to say if I wish to explicitly check it, where I look to find out what the values mean.

Also, does anyone know of a good 3rd Party book covering the topic of Pro*C programming in a C/C++ environment. I am not at all satisfied with the quality of the native Oracle documentation an am in search of an alternate source.

Thanks in advance for any help you can give.

Bob Received on Wed Jul 15 1998 - 11:01:06 CDT

Original text of this message

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